Html Css Color HEX #412CC0 Purple Heart

📋 copy color: '#412CC0'

red 65 ◦ green 44 ◦ blue 192

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

Shades of Purple Heart #412CC0

Tints of Purple Heart #412CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 63.79%

R = 21.59%
G = 14.62%
B = 63.79%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#412CC0 (or 0x412CC0) is known color: Purple Heart. HEX triplet: 41, 2C and C0. RGB value is (65,44,192). Sum of RGB (Red+Green+Blue) = 65+44+192=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 192 (75.39% from 255 or 63.79% from 301); Max value from RGB is 192 - color contains mainly: blue. Hex color #412CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412CC0 is #BED33F. Grayscale: #424242. Windows color (decimal): -12505920 or 12594241. OLE color: 12594241.

HSL color Cylindrical-coordinate representation of color #412CC0: hue angle of 248.51º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #412CC0 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 44 192 -
CMYK 0.66 0.77 0 0.25
HSL 248.51º 0.63% 0.46% -
HSV(B) 248.51º 0.77% 0.75% -
XYZ 12.6 6.73 50.5 -
YUV 67.15 198.46 126.47 -
System Red Green Blue C M Y K H S L
Decimal 65 44 192 0.66 0.77 0 0.25 248.51 0.63 0.46
Hex 41 2C C0 42 4D 0 19 F9 3F 2E
Octal 101 54 300 102 115 0 31 371 77 56
Binary 1000001 101100 11000000 1000010 1001101 0 11001 11111001 111111 101110

Color Harmonies of #412CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412CC0

Black with #412CC0

Text Example


Text Example

White with #412CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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