Html Css Color HEX #670772 Purple

📋 copy color: '#670772'

red 103 ◦ green 7 ◦ blue 114

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

Shades of Purple #670772

Tints of Purple #670772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.89%

R = 45.98%
G = 3.13%
B = 50.89%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#670772 (or 0x670772) is known color: Purple. HEX triplet: 67, 07 and 72. RGB value is (103,7,114). Sum of RGB (Red+Green+Blue) = 103+7+114=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #670772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670772 is #98F88D. Grayscale: #2F2F2F. Windows color (decimal): -10025102 or 7472999. OLE color: 7472999.

HSL color Cylindrical-coordinate representation of color #670772: hue angle of 293.83º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670772 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 7 114 -
CMYK 0.10 0.94 0 0.55
HSL 293.83º 0.88% 0.24% -
HSV(B) 293.83º 0.94% 0.45% -
XYZ 8.71 4.25 16.28 -
YUV 47.9 165.3 167.3 -
System Red Green Blue C M Y K H S L
Decimal 103 7 114 0.10 0.94 0 0.55 293.83 0.88 0.24
Hex 67 7 72 A 5E 0 37 126 58 18
Octal 147 7 162 12 136 0 67 446 130 30
Binary 1100111 111 1110010 1010 1011110 0 110111 100100110 1011000 11000

Color Harmonies of #670772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670772

Black with #670772

Text Example


Text Example

White with #670772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670772; }

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

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

background-color css

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

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

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

border-color css

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

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

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