Html Css Color HEX #412CCB Purple Heart

📋 copy color: '#412CCB'

red 65 ◦ green 44 ◦ blue 203

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

Shades of Purple Heart #412CCB

Tints of Purple Heart #412CCB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.1%

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

R = 20.83%
G = 14.1%
B = 65.06%

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

#412CCB (or 0x412CCB) is known color: Purple Heart. HEX triplet: 41, 2C and CB. RGB value is (65,44,203). Sum of RGB (Red+Green+Blue) = 65+44+203=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #412CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412CCB is #BED334. Grayscale: #434343. Windows color (decimal): -12505909 or 13315137. OLE color: 13315137.

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

Color convert

RGB 65 44 203 -
CMYK 0.68 0.78 0 0.20
HSL 247.92º 0.64% 0.48% -
HSV(B) 247.92º 0.78% 0.8% -
XYZ 13.86 7.24 57.17 -
YUV 68.41 203.96 125.57 -
System Red Green Blue C M Y K H S L
Decimal 65 44 203 0.68 0.78 0 0.20 247.92 0.64 0.48
Hex 41 2C CB 44 4E 0 14 F8 40 30
Octal 101 54 313 104 116 0 24 370 100 60
Binary 1000001 101100 11001011 1000100 1001110 0 10100 11111000 1000000 110000

Color Harmonies of #412CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412CCB

Black with #412CCB

Text Example


Text Example

White with #412CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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