Html Css Color HEX #5B00CF Purple Heart

📋 copy color: '#5B00CF'

red 91 ◦ green 0 ◦ blue 207

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

Shades of Purple Heart #5B00CF

Tints of Purple Heart #5B00CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 69.46%

R = 30.54%
G = 0%
B = 69.46%

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

#5B00CF (or 0x5B00CF) is known color: Purple Heart. HEX triplet: 5B, 00 and CF. RGB value is (91,0,207). Sum of RGB (Red+Green+Blue) = 91+0+207=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 207 (81.25% from 255 or 69.46% from 298); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B00CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B00CF is #A4FF30. Grayscale: #323232. Windows color (decimal): -10813233 or 13566043. OLE color: 13566043.

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

Color convert

RGB 91 0 207 -
CMYK 0.56 1 0 0.19
HSL 266.38º 1% 0.41% -
HSV(B) 266.38º 1% 0.81% -
XYZ 15.58 6.73 59.51 -
YUV 50.81 216.15 156.67 -
System Red Green Blue C M Y K H S L
Decimal 91 0 207 0.56 1 0 0.19 266.38 1 0.41
Hex 5B 0 CF 38 64 0 13 10A 64 29
Octal 133 0 317 70 144 0 23 412 144 51
Binary 1011011 0 11001111 111000 1100100 0 10011 100001010 1100100 101001

Color Harmonies of #5B00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B00CF

Black with #5B00CF

Text Example


Text Example

White with #5B00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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