Html Css Color HEX #612AAF Purple Heart

📋 copy color: '#612AAF'

red 97 ◦ green 42 ◦ blue 175

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

Shades of Purple Heart #612AAF

Tints of Purple Heart #612AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.73%

R = 30.89%
G = 13.38%
B = 55.73%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#612AAF (or 0x612AAF) is known color: Purple Heart. HEX triplet: 61, 2A and AF. RGB value is (97,42,175). Sum of RGB (Red+Green+Blue) = 97+42+175=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #612AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612AAF is #9ED550. Grayscale: #494949. Windows color (decimal): -10409297 or 11479649. OLE color: 11479649.

HSL color Cylindrical-coordinate representation of color #612AAF: hue angle of 264.81º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #612AAF is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 42 175 -
CMYK 0.45 0.76 0 0.31
HSL 264.81º 0.61% 0.43% -
HSV(B) 264.81º 0.76% 0.69% -
XYZ 13.5 7.29 41.25 -
YUV 73.61 185.22 144.69 -
System Red Green Blue C M Y K H S L
Decimal 97 42 175 0.45 0.76 0 0.31 264.81 0.61 0.43
Hex 61 2A AF 2D 4C 0 1F 109 3D 2B
Octal 141 52 257 55 114 0 37 411 75 53
Binary 1100001 101010 10101111 101101 1001100 0 11111 100001001 111101 101011

Color Harmonies of #612AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612AAF

Black with #612AAF

Text Example


Text Example

White with #612AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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