Html Css Color HEX #68357A Eminence

📋 copy color: '#68357A'

red 104 ◦ green 53 ◦ blue 122

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

Shades of Eminence #68357A

Tints of Eminence #68357A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19%

 BLUE value IS 122 (48.05% from 255) = 43.73%

R = 37.28%
G = 19%
B = 43.73%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#68357A (or 0x68357A) is known color: Eminence. HEX triplet: 68, 35 and 7A. RGB value is (104,53,122). Sum of RGB (Red+Green+Blue) = 104+53+122=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 122 - color contains mainly: blue. Hex color #68357A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68357A is #97CA85. Grayscale: #4B4B4B. Windows color (decimal): -9947782 or 8009064. OLE color: 8009064.

HSL color Cylindrical-coordinate representation of color #68357A: hue angle of 284.35º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68357A is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 104 53 122 -
CMYK 0.15 0.57 0 0.52
HSL 284.35º 0.39% 0.34% -
HSV(B) 284.35º 0.57% 0.48% -
XYZ 10.49 6.89 19.19 -
YUV 76.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 104 53 122 0.15 0.57 0 0.52 284.35 0.39 0.34
Hex 68 35 7A F 39 0 34 11C 27 22
Octal 150 65 172 17 71 0 64 434 47 42
Binary 1101000 110101 1111010 1111 111001 0 110100 100011100 100111 100010

Color Harmonies of #68357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68357A

Black with #68357A

Text Example


Text Example

White with #68357A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68357A; }

 p { color: rgb(104,53,122); }

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

background-color css

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

 a { background-color: rgb(104,53,122); }

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

border-color css

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

 span { border-color: rgb(104,53,122); }

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