Html Css Color HEX #4213BF Purple Heart

📋 copy color: '#4213BF'

red 66 ◦ green 19 ◦ blue 191

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

Shades of Purple Heart #4213BF

Tints of Purple Heart #4213BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 69.2%

R = 23.91%
G = 6.88%
B = 69.2%

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

#4213BF (or 0x4213BF) is known color: Purple Heart. HEX triplet: 42, 13 and BF. RGB value is (66,19,191). Sum of RGB (Red+Green+Blue) = 66+19+191=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 191 (75% from 255 or 69.20% from 276); Max value from RGB is 191 - color contains mainly: blue. Hex color #4213BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4213BF is #BDEC40. Grayscale: #343434. Windows color (decimal): -12446785 or 12522306. OLE color: 12522306.

HSL color Cylindrical-coordinate representation of color #4213BF: hue angle of 256.4º 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 #4213BF is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 19 191 -
CMYK 0.65 0.90 0 0.25
HSL 256.4º 0.82% 0.41% -
HSV(B) 256.4º 0.9% 0.75% -
XYZ 11.88 5.39 49.7 -
YUV 52.66 206.07 137.51 -
System Red Green Blue C M Y K H S L
Decimal 66 19 191 0.65 0.90 0 0.25 256.4 0.82 0.41
Hex 42 13 BF 41 5A 0 19 100 52 29
Octal 102 23 277 101 132 0 31 400 122 51
Binary 1000010 10011 10111111 1000001 1011010 0 11001 100000000 1010010 101001

Color Harmonies of #4213BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4213BF

Black with #4213BF

Text Example


Text Example

White with #4213BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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