Html Css Color HEX #6206AF Purple Heart

📋 copy color: '#6206AF'

red 98 ◦ green 6 ◦ blue 175

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

Shades of Purple Heart #6206AF

Tints of Purple Heart #6206AF

RGB

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

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

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

R = 35.13%
G = 2.15%
B = 62.72%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6206AF (or 0x6206AF) is known color: Purple Heart. HEX triplet: 62, 06 and AF. RGB value is (98,6,175). Sum of RGB (Red+Green+Blue) = 98+6+175=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #6206AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6206AF is #9DF950. Grayscale: #343434. Windows color (decimal): -10352977 or 11470434. OLE color: 11470434.

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

Color convert

RGB 98 6 175 -
CMYK 0.44 0.97 0 0.31
HSL 272.66º 0.93% 0.35% -
HSV(B) 272.66º 0.97% 0.69% -
XYZ 12.84 5.82 41 -
YUV 52.77 196.98 160.26 -
System Red Green Blue C M Y K H S L
Decimal 98 6 175 0.44 0.97 0 0.31 272.66 0.93 0.35
Hex 62 6 AF 2C 61 0 1F 111 5D 23
Octal 142 6 257 54 141 0 37 421 135 43
Binary 1100010 110 10101111 101100 1100001 0 11111 100010001 1011101 100011

Color Harmonies of #6206AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6206AF

Black with #6206AF

Text Example


Text Example

White with #6206AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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