Html Css Color HEX #6207AC Purple Heart

📋 copy color: '#6207AC'

red 98 ◦ green 7 ◦ blue 172

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

Shades of Purple Heart #6207AC

Tints of Purple Heart #6207AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.09%

R = 35.38%
G = 2.53%
B = 62.09%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6207AC (or 0x6207AC) is known color: Purple Heart. HEX triplet: 62, 07 and AC. RGB value is (98,7,172). Sum of RGB (Red+Green+Blue) = 98+7+172=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #6207AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6207AC is #9DF853. Grayscale: #343434. Windows color (decimal): -10352724 or 11274082. OLE color: 11274082.

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

Color convert

RGB 98 7 172 -
CMYK 0.43 0.96 0 0.33
HSL 273.09º 0.92% 0.35% -
HSV(B) 273.09º 0.96% 0.67% -
XYZ 12.56 5.73 39.47 -
YUV 53.02 195.15 160.08 -
System Red Green Blue C M Y K H S L
Decimal 98 7 172 0.43 0.96 0 0.33 273.09 0.92 0.35
Hex 62 7 AC 2B 60 0 21 111 5C 23
Octal 142 7 254 53 140 0 41 421 134 43
Binary 1100010 111 10101100 101011 1100000 0 100001 100010001 1011100 100011

Color Harmonies of #6207AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6207AC

Black with #6207AC

Text Example


Text Example

White with #6207AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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