Html Css Color HEX #412DB7 Purple Heart

📋 copy color: '#412DB7'

red 65 ◦ green 45 ◦ blue 183

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

Shades of Purple Heart #412DB7

Tints of Purple Heart #412DB7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.36%

 BLUE value IS 183 (71.88% from 255) = 62.46%

R = 22.18%
G = 15.36%
B = 62.46%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#412DB7 (or 0x412DB7) is known color: Purple Heart. HEX triplet: 41, 2D and B7. RGB value is (65,45,183). Sum of RGB (Red+Green+Blue) = 65+45+183=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 183 (71.88% from 255 or 62.46% from 293); Max value from RGB is 183 - color contains mainly: blue. Hex color #412DB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412DB7 is #BED248. Grayscale: #424242. Windows color (decimal): -12505673 or 12004673. OLE color: 12004673.

HSL color Cylindrical-coordinate representation of color #412DB7: hue angle of 248.7º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412DB7 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 65 45 183 -
CMYK 0.64 0.75 0 0.28
HSL 248.7º 0.61% 0.45% -
HSV(B) 248.7º 0.75% 0.72% -
XYZ 11.67 6.42 45.42 -
YUV 66.71 193.63 126.78 -
System Red Green Blue C M Y K H S L
Decimal 65 45 183 0.64 0.75 0 0.28 248.7 0.61 0.45
Hex 41 2D B7 40 4B 0 1C F9 3D 2D
Octal 101 55 267 100 113 0 34 371 75 55
Binary 1000001 101101 10110111 1000000 1001011 0 11100 11111001 111101 101101

Color Harmonies of #412DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412DB7

Black with #412DB7

Text Example


Text Example

White with #412DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,45,183); }

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

background-color css

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

 a { background-color: rgb(65,45,183); }

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

border-color css

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

 span { border-color: rgb(65,45,183); }

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