Html Css Color HEX #4213BE Purple Heart

📋 copy color: '#4213BE'

red 66 ◦ green 19 ◦ blue 190

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

Shades of Purple Heart #4213BE

Tints of Purple Heart #4213BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

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

R = 24%
G = 6.91%
B = 69.09%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4213BE (or 0x4213BE) is known color: Purple Heart. HEX triplet: 42, 13 and BE. RGB value is (66,19,190). Sum of RGB (Red+Green+Blue) = 66+19+190=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #4213BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4213BE is #BDEC41. Grayscale: #333333. Windows color (decimal): -12446786 or 12456770. OLE color: 12456770.

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

Color convert

RGB 66 19 190 -
CMYK 0.65 0.90 0 0.25
HSL 256.49º 0.82% 0.41% -
HSV(B) 256.49º 0.9% 0.75% -
XYZ 11.77 5.34 49.13 -
YUV 52.55 205.57 137.6 -
System Red Green Blue C M Y K H S L
Decimal 66 19 190 0.65 0.90 0 0.25 256.49 0.82 0.41
Hex 42 13 BE 41 5A 0 19 100 52 29
Octal 102 23 276 101 132 0 31 400 122 51
Binary 1000010 10011 10111110 1000001 1011010 0 11001 100000000 1010010 101001

Color Harmonies of #4213BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4213BE

Black with #4213BE

Text Example


Text Example

White with #4213BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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