Html Css Color HEX #670072 Purple

📋 copy color: '#670072'

red 103 ◦ green 0 ◦ blue 114

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

Shades of Purple #670072

Tints of Purple #670072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.47%
G = 0%
B = 52.53%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#670072 (or 0x670072) is known color: Purple. HEX triplet: 67, 00 and 72. RGB value is (103,0,114). Sum of RGB (Red+Green+Blue) = 103+0+114=217 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.47% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #670072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670072 is #98FF8D. Grayscale: #2B2B2B. Windows color (decimal): -10026894 or 7471207. OLE color: 7471207.

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

Color convert

RGB 103 0 114 -
CMYK 0.10 1 0 0.55
HSL 294.21º 1% 0.22% -
HSV(B) 294.21º 1% 0.45% -
XYZ 8.63 4.1 16.26 -
YUV 43.79 167.62 170.23 -
System Red Green Blue C M Y K H S L
Decimal 103 0 114 0.10 1 0 0.55 294.21 1 0.22
Hex 67 0 72 A 64 0 37 126 64 16
Octal 147 0 162 12 144 0 67 446 144 26
Binary 1100111 0 1110010 1010 1100100 0 110111 100100110 1100100 10110

Color Harmonies of #670072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670072

Black with #670072

Text Example


Text Example

White with #670072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670072; }

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

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

background-color css

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

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

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

border-color css

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

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

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