Html Css Color HEX #670482 Purple

📋 copy color: '#670482'

red 103 ◦ green 4 ◦ blue 130

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

Shades of Purple #670482

Tints of Purple #670482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 54.85%

R = 43.46%
G = 1.69%
B = 54.85%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#670482 (or 0x670482) is known color: Purple. HEX triplet: 67, 04 and 82. RGB value is (103,4,130). Sum of RGB (Red+Green+Blue) = 103+4+130=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #670482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670482 is #98FB7D. Grayscale: #2F2F2F. Windows color (decimal): -10025854 or 8520807. OLE color: 8520807.

HSL color Cylindrical-coordinate representation of color #670482: hue angle of 287.14º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #670482 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 4 130 -
CMYK 0.21 0.97 0 0.49
HSL 287.14º 0.94% 0.26% -
HSV(B) 287.14º 0.97% 0.51% -
XYZ 9.67 4.58 21.49 -
YUV 47.97 174.3 167.25 -
System Red Green Blue C M Y K H S L
Decimal 103 4 130 0.21 0.97 0 0.49 287.14 0.94 0.26
Hex 67 4 82 15 61 0 31 11F 5E 1A
Octal 147 4 202 25 141 0 61 437 136 32
Binary 1100111 100 10000010 10101 1100001 0 110001 100011111 1011110 11010

Color Harmonies of #670482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670482

Black with #670482

Text Example


Text Example

White with #670482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670482; }

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

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

background-color css

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

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

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

border-color css

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

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

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