Html Css Color HEX #4112BC Purple Heart

📋 copy color: '#4112BC'

red 65 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #4112BC

Tints of Purple Heart #4112BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.64%

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

R = 23.99%
G = 6.64%
B = 69.37%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4112BC (or 0x4112BC) is known color: Purple Heart. HEX triplet: 41, 12 and BC. RGB value is (65,18,188). Sum of RGB (Red+Green+Blue) = 65+18+188=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #4112BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4112BC is #BEED43. Grayscale: #323232. Windows color (decimal): -12512580 or 12325441. OLE color: 12325441.

HSL color Cylindrical-coordinate representation of color #4112BC: hue angle of 256.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4112BC is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 18 188 -
CMYK 0.65 0.90 0 0.26
HSL 256.59º 0.83% 0.4% -
HSV(B) 256.59º 0.9% 0.74% -
XYZ 11.47 5.19 47.97 -
YUV 51.43 205.07 137.68 -
System Red Green Blue C M Y K H S L
Decimal 65 18 188 0.65 0.90 0 0.26 256.59 0.83 0.4
Hex 41 12 BC 41 5A 0 1A 101 53 28
Octal 101 22 274 101 132 0 32 401 123 50
Binary 1000001 10010 10111100 1000001 1011010 0 11010 100000001 1010011 101000

Color Harmonies of #4112BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4112BC

Black with #4112BC

Text Example


Text Example

White with #4112BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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