Html Css Color HEX #6207AD Purple Heart

📋 copy color: '#6207AD'

red 98 ◦ green 7 ◦ blue 173

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

Shades of Purple Heart #6207AD

Tints of Purple Heart #6207AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.52%

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

R = 35.25%
G = 2.52%
B = 62.23%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6207AD (or 0x6207AD) is known color: Purple Heart. HEX triplet: 62, 07 and AD. RGB value is (98,7,173). Sum of RGB (Red+Green+Blue) = 98+7+173=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #6207AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6207AD is #9DF852. Grayscale: #343434. Windows color (decimal): -10352723 or 11339618. OLE color: 11339618.

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

Color convert

RGB 98 7 173 -
CMYK 0.43 0.96 0 0.32
HSL 272.89º 0.92% 0.35% -
HSV(B) 272.89º 0.96% 0.68% -
XYZ 12.66 5.77 39.98 -
YUV 53.13 195.65 160 -
System Red Green Blue C M Y K H S L
Decimal 98 7 173 0.43 0.96 0 0.32 272.89 0.92 0.35
Hex 62 7 AD 2B 60 0 20 111 5C 23
Octal 142 7 255 53 140 0 40 421 134 43
Binary 1100010 111 10101101 101011 1100000 0 100000 100010001 1011100 100011

Color Harmonies of #6207AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6207AD

Black with #6207AD

Text Example


Text Example

White with #6207AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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