Html Css Color HEX #4216BD Purple Heart

📋 copy color: '#4216BD'

red 66 ◦ green 22 ◦ blue 189

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

Shades of Purple Heart #4216BD

Tints of Purple Heart #4216BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 68.23%

R = 23.83%
G = 7.94%
B = 68.23%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4216BD (or 0x4216BD) is known color: Purple Heart. HEX triplet: 42, 16 and BD. RGB value is (66,22,189). Sum of RGB (Red+Green+Blue) = 66+22+189=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 189 (74.22% from 255 or 68.23% from 277); Max value from RGB is 189 - color contains mainly: blue. Hex color #4216BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4216BD is #BDE942. Grayscale: #353535. Windows color (decimal): -12446019 or 12392002. OLE color: 12392002.

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

Color convert

RGB 66 22 189 -
CMYK 0.65 0.88 0 0.26
HSL 255.81º 0.79% 0.41% -
HSV(B) 255.81º 0.88% 0.74% -
XYZ 11.72 5.41 48.57 -
YUV 54.19 204.08 136.42 -
System Red Green Blue C M Y K H S L
Decimal 66 22 189 0.65 0.88 0 0.26 255.81 0.79 0.41
Hex 42 16 BD 41 58 0 1A 100 4F 29
Octal 102 26 275 101 130 0 32 400 117 51
Binary 1000010 10110 10111101 1000001 1011000 0 11010 100000000 1001111 101001

Color Harmonies of #4216BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4216BD

Black with #4216BD

Text Example


Text Example

White with #4216BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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