Html Css Color HEX #6808AE Purple Heart

📋 copy color: '#6808AE'

red 104 ◦ green 8 ◦ blue 174

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

Shades of Purple Heart #6808AE

Tints of Purple Heart #6808AE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.8%

 BLUE value IS 174 (68.36% from 255) = 60.84%

R = 36.36%
G = 2.8%
B = 60.84%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6808AE (or 0x6808AE) is known color: Purple Heart. HEX triplet: 68, 08 and AE. RGB value is (104,8,174). Sum of RGB (Red+Green+Blue) = 104+8+174=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #6808AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6808AE is #97F751. Grayscale: #373737. Windows color (decimal): -9959250 or 11405416. OLE color: 11405416.

HSL color Cylindrical-coordinate representation of color #6808AE: hue angle of 274.7º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6808AE is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 8 174 -
CMYK 0.40 0.95 0 0.32
HSL 274.7º 0.91% 0.36% -
HSV(B) 274.7º 0.95% 0.68% -
XYZ 13.44 6.17 40.53 -
YUV 55.63 194.8 162.5 -
System Red Green Blue C M Y K H S L
Decimal 104 8 174 0.40 0.95 0 0.32 274.7 0.91 0.36
Hex 68 8 AE 28 5F 0 20 113 5B 24
Octal 150 10 256 50 137 0 40 423 133 44
Binary 1101000 1000 10101110 101000 1011111 0 100000 100010011 1011011 100100

Color Harmonies of #6808AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6808AE

Black with #6808AE

Text Example


Text Example

White with #6808AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6808AE; }

 p { color: rgb(104,8,174); }

 H1.HeaderClassName
 {
   color: #6808AE;
 }
 .AnyTagClassName
 {
   color: #6808AE;
 }
</style>

background-color css

<style>
 a { background-color: #6808AE; }

 a { background-color: rgb(104,8,174); }

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

border-color css

<style>
 span { border-color: #6808AE; }

 span { border-color: rgb(104,8,174); }

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