Html Css Color HEX #5F33CB Purple Heart

📋 copy color: '#5F33CB'

red 95 ◦ green 51 ◦ blue 203

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

Shades of Purple Heart #5F33CB

Tints of Purple Heart #5F33CB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.61%

 BLUE value IS 203 (79.69% from 255) = 58.17%

R = 27.22%
G = 14.61%
B = 58.17%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5F33CB (or 0x5F33CB) is known color: Purple Heart. HEX triplet: 5F, 33 and CB. RGB value is (95,51,203). Sum of RGB (Red+Green+Blue) = 95+51+203=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F33CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F33CB is #A0CC34. Grayscale: #505050. Windows color (decimal): -10538037 or 13316959. OLE color: 13316959.

HSL color Cylindrical-coordinate representation of color #5F33CB: hue angle of 257.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F33CB is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 51 203 -
CMYK 0.53 0.75 0 0.20
HSL 257.37º 0.6% 0.5% -
HSV(B) 257.37º 0.75% 0.8% -
XYZ 16.68 9.11 57.38 -
YUV 81.48 196.58 137.64 -
System Red Green Blue C M Y K H S L
Decimal 95 51 203 0.53 0.75 0 0.20 257.37 0.6 0.5
Hex 5F 33 CB 35 4B 0 14 101 3C 32
Octal 137 63 313 65 113 0 24 401 74 62
Binary 1011111 110011 11001011 110101 1001011 0 10100 100000001 111100 110010

Color Harmonies of #5F33CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F33CB

Black with #5F33CB

Text Example


Text Example

White with #5F33CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,51,203); }

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

background-color css

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

 a { background-color: rgb(95,51,203); }

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

border-color css

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

 span { border-color: rgb(95,51,203); }

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