Html Css Color HEX #6202AE Purple Heart

📋 copy color: '#6202AE'

red 98 ◦ green 2 ◦ blue 174

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

Shades of Purple Heart #6202AE

Tints of Purple Heart #6202AE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 174 (68.36% from 255) = 63.5%

R = 35.77%
G = 0.73%
B = 63.5%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6202AE (or 0x6202AE) is known color: Purple Heart. HEX triplet: 62, 02 and AE. RGB value is (98,2,174). Sum of RGB (Red+Green+Blue) = 98+2+174=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #6202AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6202AE is #9DFD51. Grayscale: #313131. Windows color (decimal): -10354002 or 11403874. OLE color: 11403874.

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

Color convert

RGB 98 2 174 -
CMYK 0.44 0.99 0 0.32
HSL 273.49º 0.98% 0.35% -
HSV(B) 273.49º 0.99% 0.68% -
XYZ 12.7 5.7 40.47 -
YUV 50.31 197.8 162.01 -
System Red Green Blue C M Y K H S L
Decimal 98 2 174 0.44 0.99 0 0.32 273.49 0.98 0.35
Hex 62 2 AE 2C 63 0 20 111 62 23
Octal 142 2 256 54 143 0 40 421 142 43
Binary 1100010 10 10101110 101100 1100011 0 100000 100010001 1100010 100011

Color Harmonies of #6202AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6202AE

Black with #6202AE

Text Example


Text Example

White with #6202AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6202AE; }

 p { color: rgb(98,2,174); }

 H1.HeaderClassName
 {
   color: #6202AE;
 }
 .AnyTagClassName
 {
   color: #6202AE;
 }
</style>

background-color css

<style>
 a { background-color: #6202AE; }

 a { background-color: rgb(98,2,174); }

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

border-color css

<style>
 span { border-color: #6202AE; }

 span { border-color: rgb(98,2,174); }

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