Html Css Color HEX #680372 Purple

📋 copy color: '#680372'

red 104 ◦ green 3 ◦ blue 114

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

Shades of Purple #680372

Tints of Purple #680372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.58%

R = 47.06%
G = 1.36%
B = 51.58%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#680372 (or 0x680372) is known color: Purple. HEX triplet: 68, 03 and 72. RGB value is (104,3,114). Sum of RGB (Red+Green+Blue) = 104+3+114=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #680372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680372 is #97FC8D. Grayscale: #2D2D2D. Windows color (decimal): -9960590 or 7471976. OLE color: 7471976.

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

Color convert

RGB 104 3 114 -
CMYK 0.09 0.97 0 0.55
HSL 294.59º 0.95% 0.23% -
HSV(B) 294.59º 0.97% 0.45% -
XYZ 8.78 4.22 16.27 -
YUV 45.85 166.46 169.47 -
System Red Green Blue C M Y K H S L
Decimal 104 3 114 0.09 0.97 0 0.55 294.59 0.95 0.23
Hex 68 3 72 9 61 0 37 127 5F 17
Octal 150 3 162 11 141 0 67 447 137 27
Binary 1101000 11 1110010 1001 1100001 0 110111 100100111 1011111 10111

Color Harmonies of #680372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680372

Black with #680372

Text Example


Text Example

White with #680372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680372; }

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

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

background-color css

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

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

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

border-color css

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

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

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