Html Css Color HEX #670084 Purple

📋 copy color: '#670084'

red 103 ◦ green 0 ◦ blue 132

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

Shades of Purple #670084

Tints of Purple #670084

RGB

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

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

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

R = 43.83%
G = 0%
B = 56.17%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#670084 (or 0x670084) is known color: Purple. HEX triplet: 67, 00 and 84. RGB value is (103,0,132). Sum of RGB (Red+Green+Blue) = 103+0+132=235 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.83% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #670084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670084 is #98FF7B. Grayscale: #2D2D2D. Windows color (decimal): -10026876 or 8650855. OLE color: 8650855.

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

Color convert

RGB 103 0 132 -
CMYK 0.22 1 0 0.48
HSL 286.82º 1% 0.26% -
HSV(B) 286.82º 1% 0.52% -
XYZ 9.76 4.55 22.19 -
YUV 45.85 176.62 168.77 -
System Red Green Blue C M Y K H S L
Decimal 103 0 132 0.22 1 0 0.48 286.82 1 0.26
Hex 67 0 84 16 64 0 30 11F 64 1A
Octal 147 0 204 26 144 0 60 437 144 32
Binary 1100111 0 10000100 10110 1100100 0 110000 100011111 1100100 11010

Color Harmonies of #670084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670084

Black with #670084

Text Example


Text Example

White with #670084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670084; }

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

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

background-color css

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

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

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

border-color css

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

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

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