Html Css Color HEX #670C7D Purple

📋 copy color: '#670C7D'

red 103 ◦ green 12 ◦ blue 125

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

Shades of Purple #670C7D

Tints of Purple #670C7D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5%

 BLUE value IS 125 (49.22% from 255) = 52.08%

R = 42.92%
G = 5%
B = 52.08%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#670C7D (or 0x670C7D) is known color: Purple. HEX triplet: 67, 0C and 7D. RGB value is (103,12,125). Sum of RGB (Red+Green+Blue) = 103+12+125=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #670C7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670C7D is #98F382. Grayscale: #333333. Windows color (decimal): -10023811 or 8195175. OLE color: 8195175.

HSL color Cylindrical-coordinate representation of color #670C7D: hue angle of 288.32º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #670C7D is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 103 12 125 -
CMYK 0.18 0.90 0 0.51
HSL 288.32º 0.82% 0.27% -
HSV(B) 288.32º 0.9% 0.49% -
XYZ 9.43 4.63 19.8 -
YUV 52.09 169.15 164.31 -
System Red Green Blue C M Y K H S L
Decimal 103 12 125 0.18 0.90 0 0.51 288.32 0.82 0.27
Hex 67 C 7D 12 5A 0 33 120 52 1B
Octal 147 14 175 22 132 0 63 440 122 33
Binary 1100111 1100 1111101 10010 1011010 0 110011 100100000 1010010 11011

Color Harmonies of #670C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670C7D

Black with #670C7D

Text Example


Text Example

White with #670C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,12,125); }

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

background-color css

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

 a { background-color: rgb(103,12,125); }

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

border-color css

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

 span { border-color: rgb(103,12,125); }

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