Html Css Color HEX #6807AC Purple Heart

📋 copy color: '#6807AC'

red 104 ◦ green 7 ◦ blue 172

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

Shades of Purple Heart #6807AC

Tints of Purple Heart #6807AC

RGB

 RED value IS 104 (41.02% from 255) = 36.75%

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

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

R = 36.75%
G = 2.47%
B = 60.78%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6807AC (or 0x6807AC) is known color: Purple Heart. HEX triplet: 68, 07 and AC. RGB value is (104,7,172). Sum of RGB (Red+Green+Blue) = 104+7+172=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #6807AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6807AC is #97F853. Grayscale: #363636. Windows color (decimal): -9959508 or 11274088. OLE color: 11274088.

HSL color Cylindrical-coordinate representation of color #6807AC: hue angle of 275.27º 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 #6807AC is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 7 172 -
CMYK 0.40 0.96 0 0.33
HSL 275.27º 0.92% 0.35% -
HSV(B) 275.27º 0.96% 0.67% -
XYZ 13.23 6.07 39.5 -
YUV 54.81 194.14 163.08 -
System Red Green Blue C M Y K H S L
Decimal 104 7 172 0.40 0.96 0 0.33 275.27 0.92 0.35
Hex 68 7 AC 28 60 0 21 113 5C 23
Octal 150 7 254 50 140 0 41 423 134 43
Binary 1101000 111 10101100 101000 1100000 0 100001 100010011 1011100 100011

Color Harmonies of #6807AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6807AC

Black with #6807AC

Text Example


Text Example

White with #6807AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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