Html Css Color HEX #612CAC Purple Heart

📋 copy color: '#612CAC'

red 97 ◦ green 44 ◦ blue 172

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

Shades of Purple Heart #612CAC

Tints of Purple Heart #612CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.95%

R = 30.99%
G = 14.06%
B = 54.95%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#612CAC (or 0x612CAC) is known color: Purple Heart. HEX triplet: 61, 2C and AC. RGB value is (97,44,172). Sum of RGB (Red+Green+Blue) = 97+44+172=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #612CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612CAC is #9ED353. Grayscale: #494949. Windows color (decimal): -10408788 or 11283553. OLE color: 11283553.

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

Color convert

RGB 97 44 172 -
CMYK 0.44 0.74 0 0.33
HSL 264.84º 0.59% 0.42% -
HSV(B) 264.84º 0.74% 0.67% -
XYZ 13.28 7.32 39.74 -
YUV 74.44 183.06 144.09 -
System Red Green Blue C M Y K H S L
Decimal 97 44 172 0.44 0.74 0 0.33 264.84 0.59 0.42
Hex 61 2C AC 2C 4A 0 21 109 3B 2A
Octal 141 54 254 54 112 0 41 411 73 52
Binary 1100001 101100 10101100 101100 1001010 0 100001 100001001 111011 101010

Color Harmonies of #612CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612CAC

Black with #612CAC

Text Example


Text Example

White with #612CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,44,172); }

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

background-color css

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

 a { background-color: rgb(97,44,172); }

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

border-color css

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

 span { border-color: rgb(97,44,172); }

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