Html Css Color HEX #6707AC Purple Heart

📋 copy color: '#6707AC'

red 103 ◦ green 7 ◦ blue 172

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

Shades of Purple Heart #6707AC

Tints of Purple Heart #6707AC

RGB

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

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

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

R = 36.52%
G = 2.48%
B = 60.99%

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

#6707AC (or 0x6707AC) is known color: Purple Heart. HEX triplet: 67, 07 and AC. RGB value is (103,7,172). Sum of RGB (Red+Green+Blue) = 103+7+172=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #6707AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6707AC is #98F853. Grayscale: #353535. Windows color (decimal): -10025044 or 11274087. OLE color: 11274087.

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

Color convert

RGB 103 7 172 -
CMYK 0.40 0.96 0 0.33
HSL 274.91º 0.92% 0.35% -
HSV(B) 274.91º 0.96% 0.67% -
XYZ 13.12 6.01 39.5 -
YUV 54.51 194.3 162.58 -
System Red Green Blue C M Y K H S L
Decimal 103 7 172 0.40 0.96 0 0.33 274.91 0.92 0.35
Hex 67 7 AC 28 60 0 21 113 5C 23
Octal 147 7 254 50 140 0 41 423 134 43
Binary 1100111 111 10101100 101000 1100000 0 100001 100010011 1011100 100011

Color Harmonies of #6707AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6707AC

Black with #6707AC

Text Example


Text Example

White with #6707AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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