Html Css Color HEX #4217BE Purple Heart

📋 copy color: '#4217BE'

red 66 ◦ green 23 ◦ blue 190

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

Shades of Purple Heart #4217BE

Tints of Purple Heart #4217BE

RGB

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

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

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

R = 23.66%
G = 8.24%
B = 68.1%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4217BE (or 0x4217BE) is known color: Purple Heart. HEX triplet: 42, 17 and BE. RGB value is (66,23,190). Sum of RGB (Red+Green+Blue) = 66+23+190=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #4217BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4217BE is #BDE841. Grayscale: #363636. Windows color (decimal): -12445762 or 12457794. OLE color: 12457794.

HSL color Cylindrical-coordinate representation of color #4217BE: hue angle of 255.45º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4217BE is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 23 190 -
CMYK 0.65 0.88 0 0.25
HSL 255.45º 0.78% 0.42% -
HSV(B) 255.45º 0.88% 0.75% -
XYZ 11.85 5.49 49.15 -
YUV 54.9 204.25 135.92 -
System Red Green Blue C M Y K H S L
Decimal 66 23 190 0.65 0.88 0 0.25 255.45 0.78 0.42
Hex 42 17 BE 41 58 0 19 FF 4E 2A
Octal 102 27 276 101 130 0 31 377 116 52
Binary 1000010 10111 10111110 1000001 1011000 0 11001 11111111 1001110 101010

Color Harmonies of #4217BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4217BE

Black with #4217BE

Text Example


Text Example

White with #4217BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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