Html Css Color HEX #681898 Royal Purple

📋 copy color: '#681898'

red 104 ◦ green 24 ◦ blue 152

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

Shades of Royal Purple #681898

Tints of Royal Purple #681898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.57%

 BLUE value IS 152 (59.77% from 255) = 54.29%

R = 37.14%
G = 8.57%
B = 54.29%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#681898 (or 0x681898) is known color: Royal Purple. HEX triplet: 68, 18 and 98. RGB value is (104,24,152). Sum of RGB (Red+Green+Blue) = 104+24+152=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #681898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681898 is #97E767. Grayscale: #3E3E3E. Windows color (decimal): -9955176 or 9967720. OLE color: 9967720.

HSL color Cylindrical-coordinate representation of color #681898: hue angle of 277.5º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681898 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 24 152 -
CMYK 0.32 0.84 0 0.40
HSL 277.5º 0.73% 0.35% -
HSV(B) 277.5º 0.84% 0.6% -
XYZ 11.7 5.86 30.22 -
YUV 62.51 178.5 157.59 -
System Red Green Blue C M Y K H S L
Decimal 104 24 152 0.32 0.84 0 0.40 277.5 0.73 0.35
Hex 68 18 98 20 54 0 28 116 49 23
Octal 150 30 230 40 124 0 50 426 111 43
Binary 1101000 11000 10011000 100000 1010100 0 101000 100010110 1001001 100011

Color Harmonies of #681898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681898

Black with #681898

Text Example


Text Example

White with #681898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681898; }

 p { color: rgb(104,24,152); }

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

background-color css

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

 a { background-color: rgb(104,24,152); }

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

border-color css

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

 span { border-color: rgb(104,24,152); }

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