Html Css Color HEX #412DCB Purple Heart

📋 copy color: '#412DCB'

red 65 ◦ green 45 ◦ blue 203

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

Shades of Purple Heart #412DCB

Tints of Purple Heart #412DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.38%

 BLUE value IS 203 (79.69% from 255) = 64.86%

R = 20.77%
G = 14.38%
B = 64.86%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#412DCB (or 0x412DCB) is known color: Purple Heart. HEX triplet: 41, 2D and CB. RGB value is (65,45,203). Sum of RGB (Red+Green+Blue) = 65+45+203=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #412DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412DCB is #BED234. Grayscale: #444444. Windows color (decimal): -12505653 or 13315393. OLE color: 13315393.

HSL color Cylindrical-coordinate representation of color #412DCB: hue angle of 247.59º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #412DCB is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 45 203 -
CMYK 0.68 0.78 0 0.20
HSL 247.59º 0.64% 0.49% -
HSV(B) 247.59º 0.78% 0.8% -
XYZ 13.9 7.31 57.18 -
YUV 68.99 203.63 125.15 -
System Red Green Blue C M Y K H S L
Decimal 65 45 203 0.68 0.78 0 0.20 247.59 0.64 0.49
Hex 41 2D CB 44 4E 0 14 F8 40 31
Octal 101 55 313 104 116 0 24 370 100 61
Binary 1000001 101101 11001011 1000100 1001110 0 10100 11111000 1000000 110001

Color Harmonies of #412DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412DCB

Black with #412DCB

Text Example


Text Example

White with #412DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,45,203); }

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

background-color css

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

 a { background-color: rgb(65,45,203); }

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

border-color css

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

 span { border-color: rgb(65,45,203); }

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