Html Css Color HEX #4F0BCA Purple Heart

📋 copy color: '#4F0BCA'

red 79 ◦ green 11 ◦ blue 202

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

Shades of Purple Heart #4F0BCA

Tints of Purple Heart #4F0BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 69.18%

R = 27.05%
G = 3.77%
B = 69.18%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4F0BCA (or 0x4F0BCA) is known color: Purple Heart. HEX triplet: 4F, 0B and CA. RGB value is (79,11,202). Sum of RGB (Red+Green+Blue) = 79+11+202=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 202 (79.30% from 255 or 69.18% from 292); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F0BCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0BCA is #B0F435. Grayscale: #343434. Windows color (decimal): -11596854 or 13241167. OLE color: 13241167.

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

Color convert

RGB 79 11 202 -
CMYK 0.61 0.95 0 0.21
HSL 261.36º 0.9% 0.42% -
HSV(B) 261.36º 0.95% 0.79% -
XYZ 14 6.17 56.33 -
YUV 53.11 212.03 146.47 -
System Red Green Blue C M Y K H S L
Decimal 79 11 202 0.61 0.95 0 0.21 261.36 0.9 0.42
Hex 4F B CA 3D 5F 0 15 105 5A 2A
Octal 117 13 312 75 137 0 25 405 132 52
Binary 1001111 1011 11001010 111101 1011111 0 10101 100000101 1011010 101010

Color Harmonies of #4F0BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0BCA

Black with #4F0BCA

Text Example


Text Example

White with #4F0BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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