Html Css Color HEX #412CBE Purple Heart

📋 copy color: '#412CBE'

red 65 ◦ green 44 ◦ blue 190

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

Shades of Purple Heart #412CBE

Tints of Purple Heart #412CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.55%

R = 21.74%
G = 14.72%
B = 63.55%

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

#412CBE (or 0x412CBE) is known color: Purple Heart. HEX triplet: 41, 2C and BE. RGB value is (65,44,190). Sum of RGB (Red+Green+Blue) = 65+44+190=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #412CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412CBE is #BED341. Grayscale: #424242. Windows color (decimal): -12505922 or 12463169. OLE color: 12463169.

HSL color Cylindrical-coordinate representation of color #412CBE: hue angle of 248.63º degrees, saturation: 0.62, 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 #412CBE is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 44 190 -
CMYK 0.66 0.77 0 0.25
HSL 248.63º 0.62% 0.46% -
HSV(B) 248.63º 0.77% 0.75% -
XYZ 12.37 6.64 49.35 -
YUV 66.92 197.46 126.63 -
System Red Green Blue C M Y K H S L
Decimal 65 44 190 0.66 0.77 0 0.25 248.63 0.62 0.46
Hex 41 2C BE 42 4D 0 19 F9 3E 2E
Octal 101 54 276 102 115 0 31 371 76 56
Binary 1000001 101100 10111110 1000010 1001101 0 11001 11111001 111110 101110

Color Harmonies of #412CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412CBE

Black with #412CBE

Text Example


Text Example

White with #412CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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