Html Css Color HEX #412BC9 Purple Heart

📋 copy color: '#412BC9'

red 65 ◦ green 43 ◦ blue 201

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

Shades of Purple Heart #412BC9

Tints of Purple Heart #412BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 65.05%

R = 21.04%
G = 13.92%
B = 65.05%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#412BC9 (or 0x412BC9) is known color: Purple Heart. HEX triplet: 41, 2B and C9. RGB value is (65,43,201). Sum of RGB (Red+Green+Blue) = 65+43+201=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 201 (78.91% from 255 or 65.05% from 309); Max value from RGB is 201 - color contains mainly: blue. Hex color #412BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412BC9 is #BED436. Grayscale: #424242. Windows color (decimal): -12506167 or 13183809. OLE color: 13183809.

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

Color convert

RGB 65 43 201 -
CMYK 0.68 0.79 0 0.21
HSL 248.35º 0.65% 0.48% -
HSV(B) 248.35º 0.79% 0.79% -
XYZ 13.59 7.07 55.91 -
YUV 67.59 203.29 126.15 -
System Red Green Blue C M Y K H S L
Decimal 65 43 201 0.68 0.79 0 0.21 248.35 0.65 0.48
Hex 41 2B C9 44 4F 0 15 F8 41 30
Octal 101 53 311 104 117 0 25 370 101 60
Binary 1000001 101011 11001001 1000100 1001111 0 10101 11111000 1000001 110000

Color Harmonies of #412BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412BC9

Black with #412BC9

Text Example


Text Example

White with #412BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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