Html Css Color HEX #412BBB Purple Heart

📋 copy color: '#412BBB'

red 65 ◦ green 43 ◦ blue 187

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

Shades of Purple Heart #412BBB

Tints of Purple Heart #412BBB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.58%

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

R = 22.03%
G = 14.58%
B = 63.39%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#412BBB (or 0x412BBB) is known color: Purple Heart. HEX triplet: 41, 2B and BB. RGB value is (65,43,187). Sum of RGB (Red+Green+Blue) = 65+43+187=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #412BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412BBB is #BED444. Grayscale: #414141. Windows color (decimal): -12506181 or 12266305. OLE color: 12266305.

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

Color convert

RGB 65 43 187 -
CMYK 0.65 0.77 0 0.27
HSL 249.17º 0.63% 0.45% -
HSV(B) 249.17º 0.77% 0.73% -
XYZ 12.01 6.44 47.62 -
YUV 65.99 196.29 127.29 -
System Red Green Blue C M Y K H S L
Decimal 65 43 187 0.65 0.77 0 0.27 249.17 0.63 0.45
Hex 41 2B BB 41 4D 0 1B F9 3F 2D
Octal 101 53 273 101 115 0 33 371 77 55
Binary 1000001 101011 10111011 1000001 1001101 0 11011 11111001 111111 101101

Color Harmonies of #412BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412BBB

Black with #412BBB

Text Example


Text Example

White with #412BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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