Html Css Color HEX #670DAE Purple Heart

📋 copy color: '#670DAE'

red 103 ◦ green 13 ◦ blue 174

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

Shades of Purple Heart #670DAE

Tints of Purple Heart #670DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.48%

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

R = 35.52%
G = 4.48%
B = 60%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#670DAE (or 0x670DAE) is known color: Purple Heart. HEX triplet: 67, 0D and AE. RGB value is (103,13,174). Sum of RGB (Red+Green+Blue) = 103+13+174=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #670DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670DAE is #98F251. Grayscale: #393939. Windows color (decimal): -10023506 or 11406695. OLE color: 11406695.

HSL color Cylindrical-coordinate representation of color #670DAE: hue angle of 273.54º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670DAE is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 13 174 -
CMYK 0.41 0.93 0 0.32
HSL 273.54º 0.86% 0.37% -
HSV(B) 273.54º 0.93% 0.68% -
XYZ 13.38 6.23 40.54 -
YUV 58.26 193.32 159.91 -
System Red Green Blue C M Y K H S L
Decimal 103 13 174 0.41 0.93 0 0.32 273.54 0.86 0.37
Hex 67 D AE 29 5D 0 20 112 56 25
Octal 147 15 256 51 135 0 40 422 126 45
Binary 1100111 1101 10101110 101001 1011101 0 100000 100010010 1010110 100101

Color Harmonies of #670DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670DAE

Black with #670DAE

Text Example


Text Example

White with #670DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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