Html Css Color HEX #670584 Purple

📋 copy color: '#670584'

red 103 ◦ green 5 ◦ blue 132

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

Shades of Purple #670584

Tints of Purple #670584

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.08%

 BLUE value IS 132 (51.95% from 255) = 55%

R = 42.92%
G = 2.08%
B = 55%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#670584 (or 0x670584) is known color: Purple. HEX triplet: 67, 05 and 84. RGB value is (103,5,132). Sum of RGB (Red+Green+Blue) = 103+5+132=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #670584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670584 is #98FA7B. Grayscale: #303030. Windows color (decimal): -10025596 or 8652135. OLE color: 8652135.

HSL color Cylindrical-coordinate representation of color #670584: hue angle of 286.3º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #670584 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 5 132 -
CMYK 0.22 0.96 0 0.48
HSL 286.3º 0.93% 0.27% -
HSV(B) 286.3º 0.96% 0.52% -
XYZ 9.81 4.66 22.21 -
YUV 48.78 174.97 166.67 -
System Red Green Blue C M Y K H S L
Decimal 103 5 132 0.22 0.96 0 0.48 286.3 0.93 0.27
Hex 67 5 84 16 60 0 30 11E 5D 1B
Octal 147 5 204 26 140 0 60 436 135 33
Binary 1100111 101 10000100 10110 1100000 0 110000 100011110 1011101 11011

Color Harmonies of #670584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670584

Black with #670584

Text Example


Text Example

White with #670584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670584; }

 p { color: rgb(103,5,132); }

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

background-color css

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

 a { background-color: rgb(103,5,132); }

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

border-color css

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

 span { border-color: rgb(103,5,132); }

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