Html Css Color HEX #670273 Purple

📋 copy color: '#670273'

red 103 ◦ green 2 ◦ blue 115

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

Shades of Purple #670273

Tints of Purple #670273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.27%

R = 46.82%
G = 0.91%
B = 52.27%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#670273 (or 0x670273) is known color: Purple. HEX triplet: 67, 02 and 73. RGB value is (103,2,115). Sum of RGB (Red+Green+Blue) = 103+2+115=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #670273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670273 is #98FD8C. Grayscale: #2C2C2C. Windows color (decimal): -10026381 or 7537255. OLE color: 7537255.

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

Color convert

RGB 103 2 115 -
CMYK 0.10 0.98 0 0.55
HSL 293.63º 0.97% 0.23% -
HSV(B) 293.63º 0.98% 0.45% -
XYZ 8.71 4.16 16.56 -
YUV 45.08 167.46 169.31 -
System Red Green Blue C M Y K H S L
Decimal 103 2 115 0.10 0.98 0 0.55 293.63 0.97 0.23
Hex 67 2 73 A 62 0 37 126 61 17
Octal 147 2 163 12 142 0 67 446 141 27
Binary 1100111 10 1110011 1010 1100010 0 110111 100100110 1100001 10111

Color Harmonies of #670273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670273

Black with #670273

Text Example


Text Example

White with #670273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670273; }

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

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

background-color css

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

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

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

border-color css

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

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

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