Html Css Color HEX #4117BE Purple Heart

📋 copy color: '#4117BE'

red 65 ◦ green 23 ◦ blue 190

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

Shades of Purple Heart #4117BE

Tints of Purple Heart #4117BE

RGB

 RED value IS 65 (25.78% from 255) = 23.38%

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

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

R = 23.38%
G = 8.27%
B = 68.35%

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

#4117BE (or 0x4117BE) is known color: Purple Heart. HEX triplet: 41, 17 and BE. RGB value is (65,23,190). Sum of RGB (Red+Green+Blue) = 65+23+190=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #4117BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4117BE is #BEE841. Grayscale: #353535. Windows color (decimal): -12511298 or 12457793. OLE color: 12457793.

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

Color convert

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

Color Harmonies of #4117BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4117BE

Black with #4117BE

Text Example


Text Example

White with #4117BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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