Html Css Color HEX #4017BE Purple Heart

📋 copy color: '#4017BE'

red 64 ◦ green 23 ◦ blue 190

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

Shades of Purple Heart #4017BE

Tints of Purple Heart #4017BE

RGB

 RED value IS 64 (25.39% from 255) = 23.1%

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

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

R = 23.1%
G = 8.3%
B = 68.59%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4017BE (or 0x4017BE) is known color: Purple Heart. HEX triplet: 40, 17 and BE. RGB value is (64,23,190). Sum of RGB (Red+Green+Blue) = 64+23+190=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #4017BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4017BE is #BFE841. Grayscale: #353535. Windows color (decimal): -12576834 or 12457792. OLE color: 12457792.

HSL color Cylindrical-coordinate representation of color #4017BE: hue angle of 254.73º 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 #4017BE is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 23 190 -
CMYK 0.66 0.88 0 0.25
HSL 254.73º 0.78% 0.42% -
HSV(B) 254.73º 0.88% 0.75% -
XYZ 11.72 5.42 49.14 -
YUV 54.3 204.58 134.92 -
System Red Green Blue C M Y K H S L
Decimal 64 23 190 0.66 0.88 0 0.25 254.73 0.78 0.42
Hex 40 17 BE 42 58 0 19 FF 4E 2A
Octal 100 27 276 102 130 0 31 377 116 52
Binary 1000000 10111 10111110 1000010 1011000 0 11001 11111111 1001110 101010

Color Harmonies of #4017BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4017BE

Black with #4017BE

Text Example


Text Example

White with #4017BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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