Html Css Color HEX #680274 Purple

📋 copy color: '#680274'

red 104 ◦ green 2 ◦ blue 116

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

Shades of Purple #680274

Tints of Purple #680274

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 116 (45.7% from 255) = 52.25%

R = 46.85%
G = 0.9%
B = 52.25%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#680274 (or 0x680274) is known color: Purple. HEX triplet: 68, 02 and 74. RGB value is (104,2,116). Sum of RGB (Red+Green+Blue) = 104+2+116=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #680274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680274 is #97FD8B. Grayscale: #2D2D2D. Windows color (decimal): -9960844 or 7602792. OLE color: 7602792.

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

Color convert

RGB 104 2 116 -
CMYK 0.10 0.98 0 0.55
HSL 293.68º 0.97% 0.23% -
HSV(B) 293.68º 0.98% 0.45% -
XYZ 8.88 4.25 16.87 -
YUV 45.49 167.79 169.73 -
System Red Green Blue C M Y K H S L
Decimal 104 2 116 0.10 0.98 0 0.55 293.68 0.97 0.23
Hex 68 2 74 A 62 0 37 126 61 17
Octal 150 2 164 12 142 0 67 446 141 27
Binary 1101000 10 1110100 1010 1100010 0 110111 100100110 1100001 10111

Color Harmonies of #680274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680274

Black with #680274

Text Example


Text Example

White with #680274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680274; }

 p { color: rgb(104,2,116); }

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

background-color css

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

 a { background-color: rgb(104,2,116); }

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

border-color css

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

 span { border-color: rgb(104,2,116); }

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