Html Css Color HEX #670276 Purple

📋 copy color: '#670276'

red 103 ◦ green 2 ◦ blue 118

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

Shades of Purple #670276

Tints of Purple #670276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 118 (46.48% from 255) = 52.91%

R = 46.19%
G = 0.9%
B = 52.91%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#670276 (or 0x670276) is known color: Purple. HEX triplet: 67, 02 and 76. RGB value is (103,2,118). Sum of RGB (Red+Green+Blue) = 103+2+118=223 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.19% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #670276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670276 is #98FD89. Grayscale: #2D2D2D. Windows color (decimal): -10026378 or 7733863. OLE color: 7733863.

HSL color Cylindrical-coordinate representation of color #670276: hue angle of 292.24º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #670276 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 2 118 -
CMYK 0.13 0.98 0 0.54
HSL 292.24º 0.97% 0.24% -
HSV(B) 292.24º 0.98% 0.46% -
XYZ 8.89 4.23 17.49 -
YUV 45.42 168.96 169.07 -
System Red Green Blue C M Y K H S L
Decimal 103 2 118 0.13 0.98 0 0.54 292.24 0.97 0.24
Hex 67 2 76 D 62 0 36 124 61 18
Octal 147 2 166 15 142 0 66 444 141 30
Binary 1100111 10 1110110 1101 1100010 0 110110 100100100 1100001 11000

Color Harmonies of #670276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670276

Black with #670276

Text Example


Text Example

White with #670276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670276; }

 p { color: rgb(103,2,118); }

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

background-color css

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

 a { background-color: rgb(103,2,118); }

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

border-color css

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

 span { border-color: rgb(103,2,118); }

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