Html Css Color HEX #6205AD Purple Heart

📋 copy color: '#6205AD'

red 98 ◦ green 5 ◦ blue 173

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

Shades of Purple Heart #6205AD

Tints of Purple Heart #6205AD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 35.51%
G = 1.81%
B = 62.68%

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

#6205AD (or 0x6205AD) is known color: Purple Heart. HEX triplet: 62, 05 and AD. RGB value is (98,5,173). Sum of RGB (Red+Green+Blue) = 98+5+173=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #6205AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6205AD is #9DFA52. Grayscale: #333333. Windows color (decimal): -10353235 or 11339106. OLE color: 11339106.

HSL color Cylindrical-coordinate representation of color #6205AD: hue angle of 273.21º degrees, saturation: 0.94, 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 #6205AD is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 98 5 173 -
CMYK 0.43 0.97 0 0.32
HSL 273.21º 0.94% 0.35% -
HSV(B) 273.21º 0.97% 0.68% -
XYZ 12.63 5.72 39.97 -
YUV 51.96 196.31 160.84 -
System Red Green Blue C M Y K H S L
Decimal 98 5 173 0.43 0.97 0 0.32 273.21 0.94 0.35
Hex 62 5 AD 2B 61 0 20 111 5E 23
Octal 142 5 255 53 141 0 40 421 136 43
Binary 1100010 101 10101101 101011 1100001 0 100000 100010001 1011110 100011

Color Harmonies of #6205AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6205AD

Black with #6205AD

Text Example


Text Example

White with #6205AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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