Html Css Color HEX #412CCA Purple Heart

📋 copy color: '#412CCA'

red 65 ◦ green 44 ◦ blue 202

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

Shades of Purple Heart #412CCA

Tints of Purple Heart #412CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.95%

R = 20.9%
G = 14.15%
B = 64.95%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#412CCA (or 0x412CCA) is known color: Purple Heart. HEX triplet: 41, 2C and CA. RGB value is (65,44,202). Sum of RGB (Red+Green+Blue) = 65+44+202=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 202 (79.30% from 255 or 64.95% from 311); Max value from RGB is 202 - color contains mainly: blue. Hex color #412CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412CCA is #BED335. Grayscale: #434343. Windows color (decimal): -12505910 or 13249601. OLE color: 13249601.

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

Color convert

RGB 65 44 202 -
CMYK 0.68 0.78 0 0.21
HSL 247.97º 0.64% 0.48% -
HSV(B) 247.97º 0.78% 0.79% -
XYZ 13.74 7.19 56.54 -
YUV 68.29 203.46 125.65 -
System Red Green Blue C M Y K H S L
Decimal 65 44 202 0.68 0.78 0 0.21 247.97 0.64 0.48
Hex 41 2C CA 44 4E 0 15 F8 40 30
Octal 101 54 312 104 116 0 25 370 100 60
Binary 1000001 101100 11001010 1000100 1001110 0 10101 11111000 1000000 110000

Color Harmonies of #412CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412CCA

Black with #412CCA

Text Example


Text Example

White with #412CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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