Html Css Color HEX #412BB8 Purple Heart

📋 copy color: '#412BB8'

red 65 ◦ green 43 ◦ blue 184

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

Shades of Purple Heart #412BB8

Tints of Purple Heart #412BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 63.01%

R = 22.26%
G = 14.73%
B = 63.01%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#412BB8 (or 0x412BB8) is known color: Purple Heart. HEX triplet: 41, 2B and B8. RGB value is (65,43,184). Sum of RGB (Red+Green+Blue) = 65+43+184=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 184 (72.27% from 255 or 63.01% from 292); Max value from RGB is 184 - color contains mainly: blue. Hex color #412BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412BB8 is #BED447. Grayscale: #414141. Windows color (decimal): -12506184 or 12069697. OLE color: 12069697.

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

Color convert

RGB 65 43 184 -
CMYK 0.65 0.77 0 0.28
HSL 249.36º 0.62% 0.45% -
HSV(B) 249.36º 0.77% 0.72% -
XYZ 11.7 6.31 45.95 -
YUV 65.65 194.79 127.54 -
System Red Green Blue C M Y K H S L
Decimal 65 43 184 0.65 0.77 0 0.28 249.36 0.62 0.45
Hex 41 2B B8 41 4D 0 1C F9 3E 2D
Octal 101 53 270 101 115 0 34 371 76 55
Binary 1000001 101011 10111000 1000001 1001101 0 11100 11111001 111110 101101

Color Harmonies of #412BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412BB8

Black with #412BB8

Text Example


Text Example

White with #412BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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