Html Css Color HEX #5B00CE Purple Heart

📋 copy color: '#5B00CE'

red 91 ◦ green 0 ◦ blue 206

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

Shades of Purple Heart #5B00CE

Tints of Purple Heart #5B00CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 206 (80.86% from 255) = 69.36%

R = 30.64%
G = 0%
B = 69.36%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B00CE (or 0x5B00CE) is known color: Purple Heart. HEX triplet: 5B, 00 and CE. RGB value is (91,0,206). Sum of RGB (Red+Green+Blue) = 91+0+206=297 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.64% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B00CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B00CE is #A4FF31. Grayscale: #313131. Windows color (decimal): -10813234 or 13500507. OLE color: 13500507.

HSL color Cylindrical-coordinate representation of color #5B00CE: hue angle of 266.5º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B00CE is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 0 206 -
CMYK 0.56 1 0 0.19
HSL 266.5º 1% 0.4% -
HSV(B) 266.5º 1% 0.81% -
XYZ 15.45 6.68 58.87 -
YUV 50.69 215.65 156.75 -
System Red Green Blue C M Y K H S L
Decimal 91 0 206 0.56 1 0 0.19 266.5 1 0.4
Hex 5B 0 CE 38 64 0 13 10B 64 28
Octal 133 0 316 70 144 0 23 413 144 50
Binary 1011011 0 11001110 111000 1100100 0 10011 100001011 1100100 101000

Color Harmonies of #5B00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B00CE

Black with #5B00CE

Text Example


Text Example

White with #5B00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,0,206); }

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

background-color css

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

 a { background-color: rgb(91,0,206); }

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

border-color css

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

 span { border-color: rgb(91,0,206); }

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