Html Css Color HEX #4216BA Purple Heart

📋 copy color: '#4216BA'

red 66 ◦ green 22 ◦ blue 186

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

Shades of Purple Heart #4216BA

Tints of Purple Heart #4216BA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.03%

 BLUE value IS 186 (73.05% from 255) = 67.88%

R = 24.09%
G = 8.03%
B = 67.88%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4216BA (or 0x4216BA) is known color: Purple Heart. HEX triplet: 42, 16 and BA. RGB value is (66,22,186). Sum of RGB (Red+Green+Blue) = 66+22+186=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #4216BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4216BA is #BDE945. Grayscale: #353535. Windows color (decimal): -12446022 or 12195394. OLE color: 12195394.

HSL color Cylindrical-coordinate representation of color #4216BA: hue angle of 256.1º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4216BA is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 22 186 -
CMYK 0.65 0.88 0 0.27
HSL 256.1º 0.79% 0.41% -
HSV(B) 256.1º 0.88% 0.73% -
XYZ 11.4 5.28 46.87 -
YUV 53.85 202.58 136.66 -
System Red Green Blue C M Y K H S L
Decimal 66 22 186 0.65 0.88 0 0.27 256.1 0.79 0.41
Hex 42 16 BA 41 58 0 1B 100 4F 29
Octal 102 26 272 101 130 0 33 400 117 51
Binary 1000010 10110 10111010 1000001 1011000 0 11011 100000000 1001111 101001

Color Harmonies of #4216BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4216BA

Black with #4216BA

Text Example


Text Example

White with #4216BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4216BA; }

 p { color: rgb(66,22,186); }

 H1.HeaderClassName
 {
   color: #4216BA;
 }
 .AnyTagClassName
 {
   color: #4216BA;
 }
</style>

background-color css

<style>
 a { background-color: #4216BA; }

 a { background-color: rgb(66,22,186); }

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

border-color css

<style>
 span { border-color: #4216BA; }

 span { border-color: rgb(66,22,186); }

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