Html Css Color HEX #6A387F Eminence

📋 copy color: '#6A387F'

red 106 ◦ green 56 ◦ blue 127

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

Shades of Eminence #6A387F

Tints of Eminence #6A387F

RGB

 RED value IS 106 (41.8% from 255) = 36.68%

 GREEN value IS 56 (22.27% from 255) = 19.38%

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

R = 36.68%
G = 19.38%
B = 43.94%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6A387F (or 0x6A387F) is known color: Eminence. HEX triplet: 6A, 38 and 7F. RGB value is (106,56,127). Sum of RGB (Red+Green+Blue) = 106+56+127=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #6A387F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A387F is #95C780. Grayscale: #4E4E4E. Windows color (decimal): -9815937 or 8337514. OLE color: 8337514.

HSL color Cylindrical-coordinate representation of color #6A387F: hue angle of 282.25º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A387F is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 106 56 127 -
CMYK 0.17 0.56 0 0.50
HSL 282.25º 0.39% 0.36% -
HSV(B) 282.25º 0.56% 0.5% -
XYZ 11.19 7.42 20.92 -
YUV 79.04 155.07 147.23 -
System Red Green Blue C M Y K H S L
Decimal 106 56 127 0.17 0.56 0 0.50 282.25 0.39 0.36
Hex 6A 38 7F 11 38 0 32 11A 27 24
Octal 152 70 177 21 70 0 62 432 47 44
Binary 1101010 111000 1111111 10001 111000 0 110010 100011010 100111 100100

Color Harmonies of #6A387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A387F

Black with #6A387F

Text Example


Text Example

White with #6A387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A387F; }

 p { color: rgb(106,56,127); }

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

background-color css

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

 a { background-color: rgb(106,56,127); }

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

border-color css

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

 span { border-color: rgb(106,56,127); }

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