Html Css Color HEX #6204AD Purple Heart

📋 copy color: '#6204AD'

red 98 ◦ green 4 ◦ blue 173

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

Shades of Purple Heart #6204AD

Tints of Purple Heart #6204AD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

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

R = 35.64%
G = 1.45%
B = 62.91%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6204AD (or 0x6204AD) is known color: Purple Heart. HEX triplet: 62, 04 and AD. RGB value is (98,4,173). Sum of RGB (Red+Green+Blue) = 98+4+173=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #6204AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6204AD is #9DFB52. Grayscale: #323232. Windows color (decimal): -10353491 or 11338850. OLE color: 11338850.

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

Color convert

RGB 98 4 173 -
CMYK 0.43 0.98 0 0.32
HSL 273.37º 0.95% 0.35% -
HSV(B) 273.37º 0.98% 0.68% -
XYZ 12.62 5.7 39.97 -
YUV 51.37 196.64 161.26 -
System Red Green Blue C M Y K H S L
Decimal 98 4 173 0.43 0.98 0 0.32 273.37 0.95 0.35
Hex 62 4 AD 2B 62 0 20 111 5F 23
Octal 142 4 255 53 142 0 40 421 137 43
Binary 1100010 100 10101101 101011 1100010 0 100000 100010001 1011111 100011

Color Harmonies of #6204AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6204AD

Black with #6204AD

Text Example


Text Example

White with #6204AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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