Html Css Color HEX #4217BB Purple Heart

📋 copy color: '#4217BB'

red 66 ◦ green 23 ◦ blue 187

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

Shades of Purple Heart #4217BB

Tints of Purple Heart #4217BB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

 BLUE value IS 187 (73.44% from 255) = 67.75%

R = 23.91%
G = 8.33%
B = 67.75%

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

#4217BB (or 0x4217BB) is known color: Purple Heart. HEX triplet: 42, 17 and BB. RGB value is (66,23,187). Sum of RGB (Red+Green+Blue) = 66+23+187=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #4217BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4217BB is #BDE844. Grayscale: #353535. Windows color (decimal): -12445765 or 12261186. OLE color: 12261186.

HSL color Cylindrical-coordinate representation of color #4217BB: hue angle of 255.73º degrees, saturation: 0.78, 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 #4217BB is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 23 187 -
CMYK 0.65 0.88 0 0.27
HSL 255.73º 0.78% 0.41% -
HSV(B) 255.73º 0.88% 0.73% -
XYZ 11.52 5.36 47.44 -
YUV 54.55 202.75 136.16 -
System Red Green Blue C M Y K H S L
Decimal 66 23 187 0.65 0.88 0 0.27 255.73 0.78 0.41
Hex 42 17 BB 41 58 0 1B 100 4E 29
Octal 102 27 273 101 130 0 33 400 116 51
Binary 1000010 10111 10111011 1000001 1011000 0 11011 100000000 1001110 101001

Color Harmonies of #4217BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4217BB

Black with #4217BB

Text Example


Text Example

White with #4217BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4217BB; }

 p { color: rgb(66,23,187); }

 H1.HeaderClassName
 {
   color: #4217BB;
 }
 .AnyTagClassName
 {
   color: #4217BB;
 }
</style>

background-color css

<style>
 a { background-color: #4217BB; }

 a { background-color: rgb(66,23,187); }

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

border-color css

<style>
 span { border-color: #4217BB; }

 span { border-color: rgb(66,23,187); }

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