Html Css Color HEX #6707AE Purple Heart

📋 copy color: '#6707AE'

red 103 ◦ green 7 ◦ blue 174

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

Shades of Purple Heart #6707AE

Tints of Purple Heart #6707AE

RGB

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

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

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

R = 36.27%
G = 2.46%
B = 61.27%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6707AE (or 0x6707AE) is known color: Purple Heart. HEX triplet: 67, 07 and AE. RGB value is (103,7,174). Sum of RGB (Red+Green+Blue) = 103+7+174=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #6707AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6707AE is #98F851. Grayscale: #363636. Windows color (decimal): -10025042 or 11405159. OLE color: 11405159.

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

Color convert

RGB 103 7 174 -
CMYK 0.41 0.96 0 0.32
HSL 274.49º 0.92% 0.35% -
HSV(B) 274.49º 0.96% 0.68% -
XYZ 13.31 6.09 40.52 -
YUV 54.74 195.3 162.42 -
System Red Green Blue C M Y K H S L
Decimal 103 7 174 0.41 0.96 0 0.32 274.49 0.92 0.35
Hex 67 7 AE 29 60 0 20 112 5C 23
Octal 147 7 256 51 140 0 40 422 134 43
Binary 1100111 111 10101110 101001 1100000 0 100000 100010010 1011100 100011

Color Harmonies of #6707AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6707AE

Black with #6707AE

Text Example


Text Example

White with #6707AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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