Html Css Color HEX #4119BC Purple Heart

📋 copy color: '#4119BC'

red 65 ◦ green 25 ◦ blue 188

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

Shades of Purple Heart #4119BC

Tints of Purple Heart #4119BC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.99%

 BLUE value IS 188 (73.83% from 255) = 67.63%

R = 23.38%
G = 8.99%
B = 67.63%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4119BC (or 0x4119BC) is known color: Purple Heart. HEX triplet: 41, 19 and BC. RGB value is (65,25,188). Sum of RGB (Red+Green+Blue) = 65+25+188=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #4119BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4119BC is #BEE643. Grayscale: #363636. Windows color (decimal): -12510788 or 12327233. OLE color: 12327233.

HSL color Cylindrical-coordinate representation of color #4119BC: hue angle of 254.72º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4119BC is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 25 188 -
CMYK 0.65 0.87 0 0.26
HSL 254.72º 0.77% 0.42% -
HSV(B) 254.72º 0.87% 0.74% -
XYZ 11.6 5.45 48.02 -
YUV 55.54 202.75 134.75 -
System Red Green Blue C M Y K H S L
Decimal 65 25 188 0.65 0.87 0 0.26 254.72 0.77 0.42
Hex 41 19 BC 41 57 0 1A FF 4D 2A
Octal 101 31 274 101 127 0 32 377 115 52
Binary 1000001 11001 10111100 1000001 1010111 0 11010 11111111 1001101 101010

Color Harmonies of #4119BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4119BC

Black with #4119BC

Text Example


Text Example

White with #4119BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4119BC; }

 p { color: rgb(65,25,188); }

 H1.HeaderClassName
 {
   color: #4119BC;
 }
 .AnyTagClassName
 {
   color: #4119BC;
 }
</style>

background-color css

<style>
 a { background-color: #4119BC; }

 a { background-color: rgb(65,25,188); }

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

border-color css

<style>
 span { border-color: #4119BC; }

 span { border-color: rgb(65,25,188); }

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