Html Css Color HEX #5B33C8 Purple Heart

📋 copy color: '#5B33C8'

red 91 ◦ green 51 ◦ blue 200

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

Shades of Purple Heart #5B33C8

Tints of Purple Heart #5B33C8

RGB

 RED value IS 91 (35.94% from 255) = 26.61%

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

 BLUE value IS 200 (78.52% from 255) = 58.48%

R = 26.61%
G = 14.91%
B = 58.48%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5B33C8 (or 0x5B33C8) is known color: Purple Heart. HEX triplet: 5B, 33 and C8. RGB value is (91,51,200). Sum of RGB (Red+Green+Blue) = 91+51+200=342 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.61% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 200 (78.52% from 255 or 58.48% from 342); Max value from RGB is 200 - color contains mainly: blue. Hex color #5B33C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B33C8 is #A4CC37. Grayscale: #4F4F4F. Windows color (decimal): -10800184 or 13120347. OLE color: 13120347.

HSL color Cylindrical-coordinate representation of color #5B33C8: hue angle of 256.11º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B33C8 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 91 51 200 -
CMYK 0.54 0.74 0 0.22
HSL 256.11º 0.59% 0.49% -
HSV(B) 256.11º 0.75% 0.78% -
XYZ 15.92 8.76 55.5 -
YUV 79.95 195.75 135.88 -
System Red Green Blue C M Y K H S L
Decimal 91 51 200 0.54 0.74 0 0.22 256.11 0.59 0.49
Hex 5B 33 C8 36 4A 0 16 100 3B 31
Octal 133 63 310 66 112 0 26 400 73 61
Binary 1011011 110011 11001000 110110 1001010 0 10110 100000000 111011 110001

Color Harmonies of #5B33C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B33C8

Black with #5B33C8

Text Example


Text Example

White with #5B33C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,51,200); }

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

background-color css

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

 a { background-color: rgb(91,51,200); }

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

border-color css

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

 span { border-color: rgb(91,51,200); }

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