Html Css Color HEX #4F0ACB Purple Heart

📋 copy color: '#4F0ACB'

red 79 ◦ green 10 ◦ blue 203

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

Shades of Purple Heart #4F0ACB

Tints of Purple Heart #4F0ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.42%

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

R = 27.05%
G = 3.42%
B = 69.52%

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

#4F0ACB (or 0x4F0ACB) is known color: Purple Heart. HEX triplet: 4F, 0A and CB. RGB value is (79,10,203). Sum of RGB (Red+Green+Blue) = 79+10+203=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 203 (79.69% from 255 or 69.52% from 292); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F0ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0ACB is #B0F534. Grayscale: #333333. Windows color (decimal): -11597109 or 13306447. OLE color: 13306447.

HSL color Cylindrical-coordinate representation of color #4F0ACB: hue angle of 261.45º degrees, saturation: 0.91, 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 #4F0ACB is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 10 203 -
CMYK 0.61 0.95 0 0.20
HSL 261.45º 0.91% 0.42% -
HSV(B) 261.45º 0.95% 0.8% -
XYZ 14.11 6.19 56.95 -
YUV 52.63 212.86 146.81 -
System Red Green Blue C M Y K H S L
Decimal 79 10 203 0.61 0.95 0 0.20 261.45 0.91 0.42
Hex 4F A CB 3D 5F 0 14 105 5B 2A
Octal 117 12 313 75 137 0 24 405 133 52
Binary 1001111 1010 11001011 111101 1011111 0 10100 100000101 1011011 101010

Color Harmonies of #4F0ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0ACB

Black with #4F0ACB

Text Example


Text Example

White with #4F0ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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