Html Css Color HEX #4212BB Purple Heart

📋 copy color: '#4212BB'

red 66 ◦ green 18 ◦ blue 187

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

Shades of Purple Heart #4212BB

Tints of Purple Heart #4212BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 69%

R = 24.35%
G = 6.64%
B = 69%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4212BB (or 0x4212BB) is known color: Purple Heart. HEX triplet: 42, 12 and BB. RGB value is (66,18,187). Sum of RGB (Red+Green+Blue) = 66+18+187=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #4212BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4212BB is #BDED44. Grayscale: #323232. Windows color (decimal): -12447045 or 12259906. OLE color: 12259906.

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

Color convert

RGB 66 18 187 -
CMYK 0.65 0.90 0 0.27
HSL 257.04º 0.82% 0.4% -
HSV(B) 257.04º 0.9% 0.73% -
XYZ 11.43 5.18 47.41 -
YUV 51.62 204.4 138.26 -
System Red Green Blue C M Y K H S L
Decimal 66 18 187 0.65 0.90 0 0.27 257.04 0.82 0.4
Hex 42 12 BB 41 5A 0 1B 101 52 28
Octal 102 22 273 101 132 0 33 401 122 50
Binary 1000010 10010 10111011 1000001 1011010 0 11011 100000001 1010010 101000

Color Harmonies of #4212BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4212BB

Black with #4212BB

Text Example


Text Example

White with #4212BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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