Html Css Color HEX #68297F Eminence

📋 copy color: '#68297F'

red 104 ◦ green 41 ◦ blue 127

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

Shades of Eminence #68297F

Tints of Eminence #68297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.07%

 BLUE value IS 127 (50% from 255) = 46.69%

R = 38.24%
G = 15.07%
B = 46.69%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#68297F (or 0x68297F) is known color: Eminence. HEX triplet: 68, 29 and 7F. RGB value is (104,41,127). Sum of RGB (Red+Green+Blue) = 104+41+127=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #68297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68297F is #97D680. Grayscale: #454545. Windows color (decimal): -9950849 or 8333672. OLE color: 8333672.

HSL color Cylindrical-coordinate representation of color #68297F: hue angle of 283.95º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68297F is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 41 127 -
CMYK 0.18 0.68 0 0.50
HSL 283.95º 0.51% 0.33% -
HSV(B) 283.95º 0.68% 0.5% -
XYZ 10.33 6.06 20.7 -
YUV 69.64 160.37 152.51 -
System Red Green Blue C M Y K H S L
Decimal 104 41 127 0.18 0.68 0 0.50 283.95 0.51 0.33
Hex 68 29 7F 12 44 0 32 11C 33 21
Octal 150 51 177 22 104 0 62 434 63 41
Binary 1101000 101001 1111111 10010 1000100 0 110010 100011100 110011 100001

Color Harmonies of #68297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68297F

Black with #68297F

Text Example


Text Example

White with #68297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68297F; }

 p { color: rgb(104,41,127); }

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

background-color css

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

 a { background-color: rgb(104,41,127); }

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

border-color css

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

 span { border-color: rgb(104,41,127); }

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