Html Css Color HEX #670EAC Purple Heart

📋 copy color: '#670EAC'

red 103 ◦ green 14 ◦ blue 172

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

Shades of Purple Heart #670EAC

Tints of Purple Heart #670EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.84%

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

R = 35.64%
G = 4.84%
B = 59.52%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#670EAC (or 0x670EAC) is known color: Purple Heart. HEX triplet: 67, 0E and AC. RGB value is (103,14,172). Sum of RGB (Red+Green+Blue) = 103+14+172=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #670EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670EAC is #98F153. Grayscale: #3A3A3A. Windows color (decimal): -10023252 or 11275879. OLE color: 11275879.

HSL color Cylindrical-coordinate representation of color #670EAC: hue angle of 273.8º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #670EAC is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 14 172 -
CMYK 0.40 0.92 0 0.33
HSL 273.8º 0.85% 0.36% -
HSV(B) 273.8º 0.92% 0.67% -
XYZ 13.2 6.18 39.53 -
YUV 58.62 191.99 159.65 -
System Red Green Blue C M Y K H S L
Decimal 103 14 172 0.40 0.92 0 0.33 273.8 0.85 0.36
Hex 67 E AC 28 5C 0 21 112 55 24
Octal 147 16 254 50 134 0 41 422 125 44
Binary 1100111 1110 10101100 101000 1011100 0 100001 100010010 1010101 100100

Color Harmonies of #670EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670EAC

Black with #670EAC

Text Example


Text Example

White with #670EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670EAC; }

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

 H1.HeaderClassName
 {
   color: #670EAC;
 }
 .AnyTagClassName
 {
   color: #670EAC;
 }
</style>

background-color css

<style>
 a { background-color: #670EAC; }

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

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

border-color css

<style>
 span { border-color: #670EAC; }

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

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