Html Css Color HEX #6217AA Purple Heart

📋 copy color: '#6217AA'

red 98 ◦ green 23 ◦ blue 170

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

Shades of Purple Heart #6217AA

Tints of Purple Heart #6217AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.9%

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

R = 33.68%
G = 7.9%
B = 58.42%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6217AA (or 0x6217AA) is known color: Purple Heart. HEX triplet: 62, 17 and AA. RGB value is (98,23,170). Sum of RGB (Red+Green+Blue) = 98+23+170=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #6217AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6217AA is #9DE855. Grayscale: #3D3D3D. Windows color (decimal): -10348630 or 11147106. OLE color: 11147106.

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

Color convert

RGB 98 23 170 -
CMYK 0.42 0.86 0 0.33
HSL 270.61º 0.76% 0.38% -
HSV(B) 270.61º 0.86% 0.67% -
XYZ 12.6 6.11 38.55 -
YUV 62.18 188.85 153.55 -
System Red Green Blue C M Y K H S L
Decimal 98 23 170 0.42 0.86 0 0.33 270.61 0.76 0.38
Hex 62 17 AA 2A 56 0 21 10F 4C 26
Octal 142 27 252 52 126 0 41 417 114 46
Binary 1100010 10111 10101010 101010 1010110 0 100001 100001111 1001100 100110

Color Harmonies of #6217AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6217AA

Black with #6217AA

Text Example


Text Example

White with #6217AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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