Html Css Color HEX #4212BC Purple Heart

📋 copy color: '#4212BC'

red 66 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #4212BC

Tints of Purple Heart #4212BC

RGB

 RED value IS 66 (26.17% from 255) = 24.26%

 GREEN value IS 18 (7.42% from 255) = 6.62%

 BLUE value IS 188 (73.83% from 255) = 69.12%

R = 24.26%
G = 6.62%
B = 69.12%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4212BC (or 0x4212BC) is known color: Purple Heart. HEX triplet: 42, 12 and BC. RGB value is (66,18,188). Sum of RGB (Red+Green+Blue) = 66+18+188=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #4212BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4212BC is #BDED43. Grayscale: #333333. Windows color (decimal): -12447044 or 12325442. OLE color: 12325442.

HSL color Cylindrical-coordinate representation of color #4212BC: hue angle of 256.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4212BC is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 18 188 -
CMYK 0.65 0.90 0 0.26
HSL 256.94º 0.83% 0.4% -
HSV(B) 256.94º 0.9% 0.74% -
XYZ 11.54 5.22 47.98 -
YUV 51.73 204.9 138.18 -
System Red Green Blue C M Y K H S L
Decimal 66 18 188 0.65 0.90 0 0.26 256.94 0.83 0.4
Hex 42 12 BC 41 5A 0 1A 101 53 28
Octal 102 22 274 101 132 0 32 401 123 50
Binary 1000010 10010 10111100 1000001 1011010 0 11010 100000001 1010011 101000

Color Harmonies of #4212BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4212BC

Black with #4212BC

Text Example


Text Example

White with #4212BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4212BC; }

 p { color: rgb(66,18,188); }

 H1.HeaderClassName
 {
   color: #4212BC;
 }
 .AnyTagClassName
 {
   color: #4212BC;
 }
</style>

background-color css

<style>
 a { background-color: #4212BC; }

 a { background-color: rgb(66,18,188); }

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

border-color css

<style>
 span { border-color: #4212BC; }

 span { border-color: rgb(66,18,188); }

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