Html Css Color HEX #412ABB Purple Heart

📋 copy color: '#412ABB'

red 65 ◦ green 42 ◦ blue 187

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

Shades of Purple Heart #412ABB

Tints of Purple Heart #412ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.29%

 BLUE value IS 187 (73.44% from 255) = 63.61%

R = 22.11%
G = 14.29%
B = 63.61%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#412ABB (or 0x412ABB) is known color: Purple Heart. HEX triplet: 41, 2A and BB. RGB value is (65,42,187). Sum of RGB (Red+Green+Blue) = 65+42+187=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #412ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412ABB is #BED544. Grayscale: #404040. Windows color (decimal): -12506437 or 12266049. OLE color: 12266049.

HSL color Cylindrical-coordinate representation of color #412ABB: hue angle of 249.52º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #412ABB is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 42 187 -
CMYK 0.65 0.78 0 0.27
HSL 249.52º 0.63% 0.45% -
HSV(B) 249.52º 0.78% 0.73% -
XYZ 11.98 6.37 47.61 -
YUV 65.41 196.62 127.71 -
System Red Green Blue C M Y K H S L
Decimal 65 42 187 0.65 0.78 0 0.27 249.52 0.63 0.45
Hex 41 2A BB 41 4E 0 1B FA 3F 2D
Octal 101 52 273 101 116 0 33 372 77 55
Binary 1000001 101010 10111011 1000001 1001110 0 11011 11111010 111111 101101

Color Harmonies of #412ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412ABB

Black with #412ABB

Text Example


Text Example

White with #412ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412ABB; }

 p { color: rgb(65,42,187); }

 H1.HeaderClassName
 {
   color: #412ABB;
 }
 .AnyTagClassName
 {
   color: #412ABB;
 }
</style>

background-color css

<style>
 a { background-color: #412ABB; }

 a { background-color: rgb(65,42,187); }

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

border-color css

<style>
 span { border-color: #412ABB; }

 span { border-color: rgb(65,42,187); }

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