Html Css Color HEX #6202AF Purple Heart

📋 copy color: '#6202AF'

red 98 ◦ green 2 ◦ blue 175

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

Shades of Purple Heart #6202AF

Tints of Purple Heart #6202AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 63.64%

R = 35.64%
G = 0.73%
B = 63.64%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6202AF (or 0x6202AF) is known color: Purple Heart. HEX triplet: 62, 02 and AF. RGB value is (98,2,175). Sum of RGB (Red+Green+Blue) = 98+2+175=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #6202AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6202AF is #9DFD50. Grayscale: #313131. Windows color (decimal): -10354001 or 11469410. OLE color: 11469410.

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

Color convert

RGB 98 2 175 -
CMYK 0.44 0.99 0 0.31
HSL 273.29º 0.98% 0.35% -
HSV(B) 273.29º 0.99% 0.69% -
XYZ 12.8 5.74 40.99 -
YUV 50.43 198.3 161.93 -
System Red Green Blue C M Y K H S L
Decimal 98 2 175 0.44 0.99 0 0.31 273.29 0.98 0.35
Hex 62 2 AF 2C 63 0 1F 111 62 23
Octal 142 2 257 54 143 0 37 421 142 43
Binary 1100010 10 10101111 101100 1100011 0 11111 100010001 1100010 100011

Color Harmonies of #6202AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6202AF

Black with #6202AF

Text Example


Text Example

White with #6202AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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