Html Css Color HEX #680375 Purple

📋 copy color: '#680375'

red 104 ◦ green 3 ◦ blue 117

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

Shades of Purple #680375

Tints of Purple #680375

RGB

 RED value IS 104 (41.02% from 255) = 46.43%

 GREEN value IS 3 (1.56% from 255) = 1.34%

 BLUE value IS 117 (46.09% from 255) = 52.23%

R = 46.43%
G = 1.34%
B = 52.23%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#680375 (or 0x680375) is known color: Purple. HEX triplet: 68, 03 and 75. RGB value is (104,3,117). Sum of RGB (Red+Green+Blue) = 104+3+117=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #680375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680375 is #97FC8A. Grayscale: #2D2D2D. Windows color (decimal): -9960587 or 7668584. OLE color: 7668584.

HSL color Cylindrical-coordinate representation of color #680375: hue angle of 293.16º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680375 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 3 117 -
CMYK 0.11 0.97 0 0.54
HSL 293.16º 0.95% 0.24% -
HSV(B) 293.16º 0.97% 0.46% -
XYZ 8.95 4.29 17.19 -
YUV 46.2 167.96 169.23 -
System Red Green Blue C M Y K H S L
Decimal 104 3 117 0.11 0.97 0 0.54 293.16 0.95 0.24
Hex 68 3 75 B 61 0 36 125 5F 18
Octal 150 3 165 13 141 0 66 445 137 30
Binary 1101000 11 1110101 1011 1100001 0 110110 100100101 1011111 11000

Color Harmonies of #680375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680375

Black with #680375

Text Example


Text Example

White with #680375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680375; }

 p { color: rgb(104,3,117); }

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

background-color css

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

 a { background-color: rgb(104,3,117); }

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

border-color css

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

 span { border-color: rgb(104,3,117); }

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