Html Css Color HEX #612DCD Purple Heart

📋 copy color: '#612DCD'

red 97 ◦ green 45 ◦ blue 205

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

Shades of Purple Heart #612DCD

Tints of Purple Heart #612DCD

RGB

 RED value IS 97 (38.28% from 255) = 27.95%

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

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

R = 27.95%
G = 12.97%
B = 59.08%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#612DCD (or 0x612DCD) is known color: Purple Heart. HEX triplet: 61, 2D and CD. RGB value is (97,45,205). Sum of RGB (Red+Green+Blue) = 97+45+205=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #612DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612DCD is #9ED232. Grayscale: #4E4E4E. Windows color (decimal): -10408499 or 13446497. OLE color: 13446497.

HSL color Cylindrical-coordinate representation of color #612DCD: hue angle of 259.5º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #612DCD is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 45 205 -
CMYK 0.53 0.78 0 0.20
HSL 259.5º 0.64% 0.49% -
HSV(B) 259.5º 0.78% 0.8% -
XYZ 16.89 8.83 58.57 -
YUV 78.79 199.23 140.99 -
System Red Green Blue C M Y K H S L
Decimal 97 45 205 0.53 0.78 0 0.20 259.5 0.64 0.49
Hex 61 2D CD 35 4E 0 14 104 40 31
Octal 141 55 315 65 116 0 24 404 100 61
Binary 1100001 101101 11001101 110101 1001110 0 10100 100000100 1000000 110001

Color Harmonies of #612DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612DCD

Black with #612DCD

Text Example


Text Example

White with #612DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612DCD; }

 p { color: rgb(97,45,205); }

 H1.HeaderClassName
 {
   color: #612DCD;
 }
 .AnyTagClassName
 {
   color: #612DCD;
 }
</style>

background-color css

<style>
 a { background-color: #612DCD; }

 a { background-color: rgb(97,45,205); }

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

border-color css

<style>
 span { border-color: #612DCD; }

 span { border-color: rgb(97,45,205); }

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