Html Css Color HEX #612AAA Purple Heart

📋 copy color: '#612AAA'

red 97 ◦ green 42 ◦ blue 170

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

Shades of Purple Heart #612AAA

Tints of Purple Heart #612AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.59%

 BLUE value IS 170 (66.8% from 255) = 55.02%

R = 31.39%
G = 13.59%
B = 55.02%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#612AAA (or 0x612AAA) is known color: Purple Heart. HEX triplet: 61, 2A and AA. RGB value is (97,42,170). Sum of RGB (Red+Green+Blue) = 97+42+170=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #612AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612AAA is #9ED555. Grayscale: #484848. Windows color (decimal): -10409302 or 11151969. OLE color: 11151969.

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

Color convert

RGB 97 42 170 -
CMYK 0.43 0.75 0 0.33
HSL 265.78º 0.6% 0.42% -
HSV(B) 265.78º 0.75% 0.67% -
XYZ 13.01 7.1 38.71 -
YUV 73.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 97 42 170 0.43 0.75 0 0.33 265.78 0.6 0.42
Hex 61 2A AA 2B 4B 0 21 10A 3C 2A
Octal 141 52 252 53 113 0 41 412 74 52
Binary 1100001 101010 10101010 101011 1001011 0 100001 100001010 111100 101010

Color Harmonies of #612AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612AAA

Black with #612AAA

Text Example


Text Example

White with #612AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,42,170); }

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

background-color css

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

 a { background-color: rgb(97,42,170); }

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

border-color css

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

 span { border-color: rgb(97,42,170); }

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