Html Css Color HEX #412FCD Purple Heart

📋 copy color: '#412FCD'

red 65 ◦ green 47 ◦ blue 205

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

Shades of Purple Heart #412FCD

Tints of Purple Heart #412FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.83%

 BLUE value IS 205 (80.47% from 255) = 64.67%

R = 20.5%
G = 14.83%
B = 64.67%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#412FCD (or 0x412FCD) is known color: Purple Heart. HEX triplet: 41, 2F and CD. RGB value is (65,47,205). Sum of RGB (Red+Green+Blue) = 65+47+205=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #412FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412FCD is #BED032. Grayscale: #454545. Windows color (decimal): -12505139 or 13446977. OLE color: 13446977.

HSL color Cylindrical-coordinate representation of color #412FCD: hue angle of 246.84º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #412FCD is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 47 205 -
CMYK 0.68 0.77 0 0.20
HSL 246.84º 0.63% 0.49% -
HSV(B) 246.84º 0.77% 0.8% -
XYZ 14.22 7.56 58.47 -
YUV 70.39 203.96 124.15 -
System Red Green Blue C M Y K H S L
Decimal 65 47 205 0.68 0.77 0 0.20 246.84 0.63 0.49
Hex 41 2F CD 44 4D 0 14 F7 3F 31
Octal 101 57 315 104 115 0 24 367 77 61
Binary 1000001 101111 11001101 1000100 1001101 0 10100 11110111 111111 110001

Color Harmonies of #412FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412FCD

Black with #412FCD

Text Example


Text Example

White with #412FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,47,205); }

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

background-color css

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

 a { background-color: rgb(65,47,205); }

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

border-color css

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

 span { border-color: rgb(65,47,205); }

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