Html Css Color HEX #5F23BC Purple Heart

📋 copy color: '#5F23BC'

red 95 ◦ green 35 ◦ blue 188

#5F23BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5F23BC

Tints of Purple Heart #5F23BC

RGB

 RED value IS 95 (37.5% from 255) = 29.87%

 GREEN value IS 35 (14.06% from 255) = 11.01%

 BLUE value IS 188 (73.83% from 255) = 59.12%

R = 29.87%
G = 11.01%
B = 59.12%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5F23BC (or 0x5F23BC) is known color: Purple Heart. HEX triplet: 5F, 23 and BC. RGB value is (95,35,188). Sum of RGB (Red+Green+Blue) = 95+35+188=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F23BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F23BC is #A0DC43. Grayscale: #454545. Windows color (decimal): -10542148 or 12329823. OLE color: 12329823.

HSL color Cylindrical-coordinate representation of color #5F23BC: hue angle of 263.53º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F23BC is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 35 188 -
CMYK 0.49 0.81 0 0.26
HSL 263.53º 0.69% 0.44% -
HSV(B) 263.53º 0.81% 0.74% -
XYZ 14.4 7.27 48.22 -
YUV 70.38 194.38 145.56 -
System Red Green Blue C M Y K H S L
Decimal 95 35 188 0.49 0.81 0 0.26 263.53 0.69 0.44
Hex 5F 23 BC 31 51 0 1A 108 45 2C
Octal 137 43 274 61 121 0 32 410 105 54
Binary 1011111 100011 10111100 110001 1010001 0 11010 100001000 1000101 101100

Color Harmonies of #5F23BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F23BC

Black with #5F23BC

Text Example


Text Example

White with #5F23BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F23BC; }

 p { color: rgb(95,35,188); }

 H1.HeaderClassName
 {
   color: #5F23BC;
 }
 .AnyTagClassName
 {
   color: #5F23BC;
 }
</style>

background-color css

<style>
 a { background-color: #5F23BC; }

 a { background-color: rgb(95,35,188); }

 div.DivClassName
 {
   background-color: #5F23BC;
 }
 .BgClassName
 {
   background-color: #5F23BC;
 }
</style>

border-color css

<style>
 span { border-color: #5F23BC; }

 span { border-color: rgb(95,35,188); }

 td.TdClassName
 {
   border-color: #5F23BC;
 }
 .TagClassName
 {
   border-color: #5F23BC;
 }
</style>