Html Css Color HEX #6707AD Purple Heart

📋 copy color: '#6707AD'

red 103 ◦ green 7 ◦ blue 173

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

Shades of Purple Heart #6707AD

Tints of Purple Heart #6707AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 61.13%

R = 36.4%
G = 2.47%
B = 61.13%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6707AD (or 0x6707AD) is known color: Purple Heart. HEX triplet: 67, 07 and AD. RGB value is (103,7,173). Sum of RGB (Red+Green+Blue) = 103+7+173=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #6707AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6707AD is #98F852. Grayscale: #363636. Windows color (decimal): -10025043 or 11339623. OLE color: 11339623.

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

Color convert

RGB 103 7 173 -
CMYK 0.40 0.96 0 0.32
HSL 274.7º 0.92% 0.35% -
HSV(B) 274.7º 0.96% 0.68% -
XYZ 13.21 6.05 40.01 -
YUV 54.63 194.8 162.5 -
System Red Green Blue C M Y K H S L
Decimal 103 7 173 0.40 0.96 0 0.32 274.7 0.92 0.35
Hex 67 7 AD 28 60 0 20 113 5C 23
Octal 147 7 255 50 140 0 40 423 134 43
Binary 1100111 111 10101101 101000 1100000 0 100000 100010011 1011100 100011

Color Harmonies of #6707AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6707AD

Black with #6707AD

Text Example


Text Example

White with #6707AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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