Html Css Color HEX #6720AF Purple Heart

📋 copy color: '#6720AF'

red 103 ◦ green 32 ◦ blue 175

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

Shades of Purple Heart #6720AF

Tints of Purple Heart #6720AF

RGB

 RED value IS 103 (40.63% from 255) = 33.23%

 GREEN value IS 32 (12.89% from 255) = 10.32%

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

R = 33.23%
G = 10.32%
B = 56.45%

CMYK

 C value IS 0.41

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6720AF (or 0x6720AF) is known color: Purple Heart. HEX triplet: 67, 20 and AF. RGB value is (103,32,175). Sum of RGB (Red+Green+Blue) = 103+32+175=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #6720AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6720AF is #98DF50. Grayscale: #454545. Windows color (decimal): -10018641 or 11477095. OLE color: 11477095.

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

Color convert

RGB 103 32 175 -
CMYK 0.41 0.82 0 0.31
HSL 269.79º 0.69% 0.41% -
HSV(B) 269.79º 0.82% 0.69% -
XYZ 13.85 7.01 41.18 -
YUV 69.53 187.52 151.87 -
System Red Green Blue C M Y K H S L
Decimal 103 32 175 0.41 0.82 0 0.31 269.79 0.69 0.41
Hex 67 20 AF 29 52 0 1F 10E 45 29
Octal 147 40 257 51 122 0 37 416 105 51
Binary 1100111 100000 10101111 101001 1010010 0 11111 100001110 1000101 101001

Color Harmonies of #6720AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6720AF

Black with #6720AF

Text Example


Text Example

White with #6720AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,32,175); }

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

background-color css

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

 a { background-color: rgb(103,32,175); }

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

border-color css

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

 span { border-color: rgb(103,32,175); }

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