Html Css Color HEX #612DAE Purple Heart

📋 copy color: '#612DAE'

red 97 ◦ green 45 ◦ blue 174

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

Shades of Purple Heart #612DAE

Tints of Purple Heart #612DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.06%

R = 30.7%
G = 14.24%
B = 55.06%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#612DAE (or 0x612DAE) is known color: Purple Heart. HEX triplet: 61, 2D and AE. RGB value is (97,45,174). Sum of RGB (Red+Green+Blue) = 97+45+174=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #612DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612DAE is #9ED251. Grayscale: #4A4A4A. Windows color (decimal): -10408530 or 11414881. OLE color: 11414881.

HSL color Cylindrical-coordinate representation of color #612DAE: hue angle of 264.19º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #612DAE is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 45 174 -
CMYK 0.44 0.74 0 0.32
HSL 264.19º 0.59% 0.43% -
HSV(B) 264.19º 0.74% 0.68% -
XYZ 13.51 7.47 40.78 -
YUV 75.25 183.73 143.51 -
System Red Green Blue C M Y K H S L
Decimal 97 45 174 0.44 0.74 0 0.32 264.19 0.59 0.43
Hex 61 2D AE 2C 4A 0 20 108 3B 2B
Octal 141 55 256 54 112 0 40 410 73 53
Binary 1100001 101101 10101110 101100 1001010 0 100000 100001000 111011 101011

Color Harmonies of #612DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612DAE

Black with #612DAE

Text Example


Text Example

White with #612DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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