Html Css Color HEX #6212AA Purple Heart

📋 copy color: '#6212AA'

red 98 ◦ green 18 ◦ blue 170

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

Shades of Purple Heart #6212AA

Tints of Purple Heart #6212AA

RGB

 RED value IS 98 (38.67% from 255) = 34.27%

 GREEN value IS 18 (7.42% from 255) = 6.29%

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

R = 34.27%
G = 6.29%
B = 59.44%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6212AA (or 0x6212AA) is known color: Purple Heart. HEX triplet: 62, 12 and AA. RGB value is (98,18,170). Sum of RGB (Red+Green+Blue) = 98+18+170=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #6212AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6212AA is #9DED55. Grayscale: #3A3A3A. Windows color (decimal): -10349910 or 11145826. OLE color: 11145826.

HSL color Cylindrical-coordinate representation of color #6212AA: hue angle of 271.58º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6212AA is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 18 170 -
CMYK 0.42 0.89 0 0.33
HSL 271.58º 0.81% 0.37% -
HSV(B) 271.58º 0.89% 0.67% -
XYZ 12.51 5.93 38.52 -
YUV 59.25 190.5 155.64 -
System Red Green Blue C M Y K H S L
Decimal 98 18 170 0.42 0.89 0 0.33 271.58 0.81 0.37
Hex 62 12 AA 2A 59 0 21 110 51 25
Octal 142 22 252 52 131 0 41 420 121 45
Binary 1100010 10010 10101010 101010 1011001 0 100001 100010000 1010001 100101

Color Harmonies of #6212AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6212AA

Black with #6212AA

Text Example


Text Example

White with #6212AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6212AA; }

 p { color: rgb(98,18,170); }

 H1.HeaderClassName
 {
   color: #6212AA;
 }
 .AnyTagClassName
 {
   color: #6212AA;
 }
</style>

background-color css

<style>
 a { background-color: #6212AA; }

 a { background-color: rgb(98,18,170); }

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

border-color css

<style>
 span { border-color: #6212AA; }

 span { border-color: rgb(98,18,170); }

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