Html Css Color HEX #4214BE Purple Heart

📋 copy color: '#4214BE'

red 66 ◦ green 20 ◦ blue 190

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

Shades of Purple Heart #4214BE

Tints of Purple Heart #4214BE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.25%

 BLUE value IS 190 (74.61% from 255) = 68.84%

R = 23.91%
G = 7.25%
B = 68.84%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4214BE (or 0x4214BE) is known color: Purple Heart. HEX triplet: 42, 14 and BE. RGB value is (66,20,190). Sum of RGB (Red+Green+Blue) = 66+20+190=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #4214BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4214BE is #BDEB41. Grayscale: #343434. Windows color (decimal): -12446530 or 12457026. OLE color: 12457026.

HSL color Cylindrical-coordinate representation of color #4214BE: hue angle of 256.24º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4214BE is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 20 190 -
CMYK 0.65 0.89 0 0.25
HSL 256.24º 0.81% 0.41% -
HSV(B) 256.24º 0.89% 0.75% -
XYZ 11.79 5.38 49.13 -
YUV 53.13 205.24 137.18 -
System Red Green Blue C M Y K H S L
Decimal 66 20 190 0.65 0.89 0 0.25 256.24 0.81 0.41
Hex 42 14 BE 41 59 0 19 100 51 29
Octal 102 24 276 101 131 0 31 400 121 51
Binary 1000010 10100 10111110 1000001 1011001 0 11001 100000000 1010001 101001

Color Harmonies of #4214BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4214BE

Black with #4214BE

Text Example


Text Example

White with #4214BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4214BE; }

 p { color: rgb(66,20,190); }

 H1.HeaderClassName
 {
   color: #4214BE;
 }
 .AnyTagClassName
 {
   color: #4214BE;
 }
</style>

background-color css

<style>
 a { background-color: #4214BE; }

 a { background-color: rgb(66,20,190); }

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

border-color css

<style>
 span { border-color: #4214BE; }

 span { border-color: rgb(66,20,190); }

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