Html Css Color HEX #6217AC Purple Heart

📋 copy color: '#6217AC'

red 98 ◦ green 23 ◦ blue 172

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

Shades of Purple Heart #6217AC

Tints of Purple Heart #6217AC

RGB

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

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

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

R = 33.45%
G = 7.85%
B = 58.7%

CMYK

 C value IS 0.43

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6217AC (or 0x6217AC) is known color: Purple Heart. HEX triplet: 62, 17 and AC. RGB value is (98,23,172). Sum of RGB (Red+Green+Blue) = 98+23+172=293 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.45% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #6217AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6217AC is #9DE853. Grayscale: #3D3D3D. Windows color (decimal): -10348628 or 11278178. OLE color: 11278178.

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

Color convert

RGB 98 23 172 -
CMYK 0.43 0.87 0 0.33
HSL 270.2º 0.76% 0.38% -
HSV(B) 270.2º 0.87% 0.67% -
XYZ 12.79 6.19 39.55 -
YUV 62.41 189.85 153.38 -
System Red Green Blue C M Y K H S L
Decimal 98 23 172 0.43 0.87 0 0.33 270.2 0.76 0.38
Hex 62 17 AC 2B 57 0 21 10E 4C 26
Octal 142 27 254 53 127 0 41 416 114 46
Binary 1100010 10111 10101100 101011 1010111 0 100001 100001110 1001100 100110

Color Harmonies of #6217AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6217AC

Black with #6217AC

Text Example


Text Example

White with #6217AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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