Html Css Color HEX #6206AC Purple Heart

📋 copy color: '#6206AC'

red 98 ◦ green 6 ◦ blue 172

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

Shades of Purple Heart #6206AC

Tints of Purple Heart #6206AC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 35.51%
G = 2.17%
B = 62.32%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6206AC (or 0x6206AC) is known color: Purple Heart. HEX triplet: 62, 06 and AC. RGB value is (98,6,172). Sum of RGB (Red+Green+Blue) = 98+6+172=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #6206AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6206AC is #9DF953. Grayscale: #333333. Windows color (decimal): -10352980 or 11273826. OLE color: 11273826.

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

Color convert

RGB 98 6 172 -
CMYK 0.43 0.97 0 0.33
HSL 273.25º 0.93% 0.35% -
HSV(B) 273.25º 0.97% 0.67% -
XYZ 12.55 5.71 39.47 -
YUV 52.43 195.48 160.5 -
System Red Green Blue C M Y K H S L
Decimal 98 6 172 0.43 0.97 0 0.33 273.25 0.93 0.35
Hex 62 6 AC 2B 61 0 21 111 5D 23
Octal 142 6 254 53 141 0 41 421 135 43
Binary 1100010 110 10101100 101011 1100001 0 100001 100010001 1011101 100011

Color Harmonies of #6206AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6206AC

Black with #6206AC

Text Example


Text Example

White with #6206AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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