Html Css Color HEX #6206AD Purple Heart

📋 copy color: '#6206AD'

red 98 ◦ green 6 ◦ blue 173

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

Shades of Purple Heart #6206AD

Tints of Purple Heart #6206AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 62.45%

R = 35.38%
G = 2.17%
B = 62.45%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6206AD (or 0x6206AD) is known color: Purple Heart. HEX triplet: 62, 06 and AD. RGB value is (98,6,173). Sum of RGB (Red+Green+Blue) = 98+6+173=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #6206AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6206AD is #9DF952. Grayscale: #333333. Windows color (decimal): -10352979 or 11339362. OLE color: 11339362.

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

Color convert

RGB 98 6 173 -
CMYK 0.43 0.97 0 0.32
HSL 273.05º 0.93% 0.35% -
HSV(B) 273.05º 0.97% 0.68% -
XYZ 12.64 5.74 39.98 -
YUV 52.55 195.98 160.42 -
System Red Green Blue C M Y K H S L
Decimal 98 6 173 0.43 0.97 0 0.32 273.05 0.93 0.35
Hex 62 6 AD 2B 61 0 20 111 5D 23
Octal 142 6 255 53 141 0 40 421 135 43
Binary 1100010 110 10101101 101011 1100001 0 100000 100010001 1011101 100011

Color Harmonies of #6206AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6206AD

Black with #6206AD

Text Example


Text Example

White with #6206AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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