Html Css Color HEX #6708AC Purple Heart

📋 copy color: '#6708AC'

red 103 ◦ green 8 ◦ blue 172

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

Shades of Purple Heart #6708AC

Tints of Purple Heart #6708AC

RGB

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

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

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

R = 36.4%
G = 2.83%
B = 60.78%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6708AC (or 0x6708AC) is known color: Purple Heart. HEX triplet: 67, 08 and AC. RGB value is (103,8,172). Sum of RGB (Red+Green+Blue) = 103+8+172=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 8 (3.52% from 255 or 2.83% 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 #6708AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6708AC is #98F753. Grayscale: #363636. Windows color (decimal): -10024788 or 11274343. OLE color: 11274343.

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

Color convert

RGB 103 8 172 -
CMYK 0.40 0.95 0 0.33
HSL 274.76º 0.91% 0.35% -
HSV(B) 274.76º 0.95% 0.67% -
XYZ 13.13 6.04 39.5 -
YUV 55.1 193.97 162.16 -
System Red Green Blue C M Y K H S L
Decimal 103 8 172 0.40 0.95 0 0.33 274.76 0.91 0.35
Hex 67 8 AC 28 5F 0 21 113 5B 23
Octal 147 10 254 50 137 0 41 423 133 43
Binary 1100111 1000 10101100 101000 1011111 0 100001 100010011 1011011 100011

Color Harmonies of #6708AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6708AC

Black with #6708AC

Text Example


Text Example

White with #6708AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,8,172); }

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

background-color css

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

 a { background-color: rgb(103,8,172); }

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

border-color css

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

 span { border-color: rgb(103,8,172); }

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