Html Css Color HEX #6705AC Purple Heart

📋 copy color: '#6705AC'

red 103 ◦ green 5 ◦ blue 172

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

Shades of Purple Heart #6705AC

Tints of Purple Heart #6705AC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

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

R = 36.79%
G = 1.79%
B = 61.43%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6705AC (or 0x6705AC) is known color: Purple Heart. HEX triplet: 67, 05 and AC. RGB value is (103,5,172). Sum of RGB (Red+Green+Blue) = 103+5+172=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #6705AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6705AC is #98FA53. Grayscale: #343434. Windows color (decimal): -10025556 or 11273575. OLE color: 11273575.

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

Color convert

RGB 103 5 172 -
CMYK 0.40 0.97 0 0.33
HSL 275.21º 0.94% 0.35% -
HSV(B) 275.21º 0.97% 0.67% -
XYZ 13.09 5.97 39.49 -
YUV 53.34 194.97 163.42 -
System Red Green Blue C M Y K H S L
Decimal 103 5 172 0.40 0.97 0 0.33 275.21 0.94 0.35
Hex 67 5 AC 28 61 0 21 113 5E 23
Octal 147 5 254 50 141 0 41 423 136 43
Binary 1100111 101 10101100 101000 1100001 0 100001 100010011 1011110 100011

Color Harmonies of #6705AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6705AC

Black with #6705AC

Text Example


Text Example

White with #6705AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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