Html Css Color HEX #682998 Royal Purple

📋 copy color: '#682998'

red 104 ◦ green 41 ◦ blue 152

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

Shades of Royal Purple #682998

Tints of Royal Purple #682998

RGB

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

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

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

R = 35.02%
G = 13.8%
B = 51.18%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#682998 (or 0x682998) is known color: Royal Purple. HEX triplet: 68, 29 and 98. RGB value is (104,41,152). Sum of RGB (Red+Green+Blue) = 104+41+152=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #682998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682998 is #97D667. Grayscale: #484848. Windows color (decimal): -9950824 or 9972072. OLE color: 9972072.

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

Color convert

RGB 104 41 152 -
CMYK 0.32 0.73 0 0.40
HSL 274.05º 0.58% 0.38% -
HSV(B) 274.05º 0.73% 0.6% -
XYZ 12.17 6.8 30.38 -
YUV 72.49 172.87 150.47 -
System Red Green Blue C M Y K H S L
Decimal 104 41 152 0.32 0.73 0 0.40 274.05 0.58 0.38
Hex 68 29 98 20 49 0 28 112 3A 26
Octal 150 51 230 40 111 0 50 422 72 46
Binary 1101000 101001 10011000 100000 1001001 0 101000 100010010 111010 100110

Color Harmonies of #682998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682998

Black with #682998

Text Example


Text Example

White with #682998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682998; }

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

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

background-color css

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

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

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

border-color css

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

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

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