Html Css Color HEX #680572 Purple

📋 copy color: '#680572'

red 104 ◦ green 5 ◦ blue 114

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

Shades of Purple #680572

Tints of Purple #680572

RGB

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

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

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

R = 46.64%
G = 2.24%
B = 51.12%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#680572 (or 0x680572) is known color: Purple. HEX triplet: 68, 05 and 72. RGB value is (104,5,114). Sum of RGB (Red+Green+Blue) = 104+5+114=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #680572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680572 is #97FA8D. Grayscale: #2E2E2E. Windows color (decimal): -9960078 or 7472488. OLE color: 7472488.

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

Color convert

RGB 104 5 114 -
CMYK 0.09 0.96 0 0.55
HSL 294.5º 0.92% 0.23% -
HSV(B) 294.5º 0.96% 0.45% -
XYZ 8.8 4.27 16.28 -
YUV 47.03 165.8 168.64 -
System Red Green Blue C M Y K H S L
Decimal 104 5 114 0.09 0.96 0 0.55 294.5 0.92 0.23
Hex 68 5 72 9 60 0 37 126 5C 17
Octal 150 5 162 11 140 0 67 446 134 27
Binary 1101000 101 1110010 1001 1100000 0 110111 100100110 1011100 10111

Color Harmonies of #680572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680572

Black with #680572

Text Example


Text Example

White with #680572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680572; }

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

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

background-color css

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

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

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

border-color css

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

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

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