Html Css Color HEX #4F0BCB Purple Heart

📋 copy color: '#4F0BCB'

red 79 ◦ green 11 ◦ blue 203

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

Shades of Purple Heart #4F0BCB

Tints of Purple Heart #4F0BCB

RGB

 RED value IS 79 (31.25% from 255) = 26.96%

 GREEN value IS 11 (4.69% from 255) = 3.75%

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

R = 26.96%
G = 3.75%
B = 69.28%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F0BCB (or 0x4F0BCB) is known color: Purple Heart. HEX triplet: 4F, 0B and CB. RGB value is (79,11,203). Sum of RGB (Red+Green+Blue) = 79+11+203=293 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.96% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F0BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0BCB is #B0F434. Grayscale: #343434. Windows color (decimal): -11596853 or 13306703. OLE color: 13306703.

HSL color Cylindrical-coordinate representation of color #4F0BCB: hue angle of 261.25º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0BCB is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 11 203 -
CMYK 0.61 0.95 0 0.20
HSL 261.25º 0.9% 0.42% -
HSV(B) 261.25º 0.95% 0.8% -
XYZ 14.12 6.21 56.95 -
YUV 53.22 212.53 146.39 -
System Red Green Blue C M Y K H S L
Decimal 79 11 203 0.61 0.95 0 0.20 261.25 0.9 0.42
Hex 4F B CB 3D 5F 0 14 105 5A 2A
Octal 117 13 313 75 137 0 24 405 132 52
Binary 1001111 1011 11001011 111101 1011111 0 10100 100000101 1011010 101010

Color Harmonies of #4F0BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0BCB

Black with #4F0BCB

Text Example


Text Example

White with #4F0BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F0BCB; }

 p { color: rgb(79,11,203); }

 H1.HeaderClassName
 {
   color: #4F0BCB;
 }
 .AnyTagClassName
 {
   color: #4F0BCB;
 }
</style>

background-color css

<style>
 a { background-color: #4F0BCB; }

 a { background-color: rgb(79,11,203); }

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

border-color css

<style>
 span { border-color: #4F0BCB; }

 span { border-color: rgb(79,11,203); }

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