Html Css Color HEX #6207AF Purple Heart

📋 copy color: '#6207AF'

red 98 ◦ green 7 ◦ blue 175

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

Shades of Purple Heart #6207AF

Tints of Purple Heart #6207AF

RGB

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

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

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

R = 35%
G = 2.5%
B = 62.5%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6207AF (or 0x6207AF) is known color: Purple Heart. HEX triplet: 62, 07 and AF. RGB value is (98,7,175). Sum of RGB (Red+Green+Blue) = 98+7+175=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 175 (68.75% from 255 or 62.5% from 280); Max value from RGB is 175 - color contains mainly: blue. Hex color #6207AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6207AF is #9DF850. Grayscale: #343434. Windows color (decimal): -10352721 or 11470690. OLE color: 11470690.

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

Color convert

RGB 98 7 175 -
CMYK 0.44 0.96 0 0.31
HSL 272.5º 0.92% 0.36% -
HSV(B) 272.5º 0.96% 0.69% -
XYZ 12.85 5.84 41.01 -
YUV 53.36 196.65 159.84 -
System Red Green Blue C M Y K H S L
Decimal 98 7 175 0.44 0.96 0 0.31 272.5 0.92 0.36
Hex 62 7 AF 2C 60 0 1F 110 5C 24
Octal 142 7 257 54 140 0 37 420 134 44
Binary 1100010 111 10101111 101100 1100000 0 11111 100010000 1011100 100100

Color Harmonies of #6207AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6207AF

Black with #6207AF

Text Example


Text Example

White with #6207AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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