Html Css Color HEX #670472 Purple

📋 copy color: '#670472'

red 103 ◦ green 4 ◦ blue 114

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

Shades of Purple #670472

Tints of Purple #670472

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.81%

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

R = 46.61%
G = 1.81%
B = 51.58%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#670472 (or 0x670472) is known color: Purple. HEX triplet: 67, 04 and 72. RGB value is (103,4,114). Sum of RGB (Red+Green+Blue) = 103+4+114=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #670472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670472 is #98FB8D. Grayscale: #2D2D2D. Windows color (decimal): -10025870 or 7472231. OLE color: 7472231.

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

Color convert

RGB 103 4 114 -
CMYK 0.10 0.96 0 0.55
HSL 294º 0.93% 0.23% -
HSV(B) 294º 0.96% 0.45% -
XYZ 8.67 4.19 16.27 -
YUV 46.14 166.3 168.56 -
System Red Green Blue C M Y K H S L
Decimal 103 4 114 0.10 0.96 0 0.55 294 0.93 0.23
Hex 67 4 72 A 60 0 37 126 5D 17
Octal 147 4 162 12 140 0 67 446 135 27
Binary 1100111 100 1110010 1010 1100000 0 110111 100100110 1011101 10111

Color Harmonies of #670472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670472

Black with #670472

Text Example


Text Example

White with #670472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670472; }

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

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

background-color css

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

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

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

border-color css

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

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

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