Html Css Color HEX #682198 Royal Purple

📋 copy color: '#682198'

red 104 ◦ green 33 ◦ blue 152

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

Shades of Royal Purple #682198

Tints of Royal Purple #682198

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.42%

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

R = 35.99%
G = 11.42%
B = 52.6%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#682198 (or 0x682198) is known color: Royal Purple. HEX triplet: 68, 21 and 98. RGB value is (104,33,152). Sum of RGB (Red+Green+Blue) = 104+33+152=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #682198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682198 is #97DE67. Grayscale: #434343. Windows color (decimal): -9952872 or 9970024. OLE color: 9970024.

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

Color convert

RGB 104 33 152 -
CMYK 0.32 0.78 0 0.40
HSL 275.8º 0.64% 0.36% -
HSV(B) 275.8º 0.78% 0.6% -
XYZ 11.92 6.3 30.29 -
YUV 67.8 175.52 153.82 -
System Red Green Blue C M Y K H S L
Decimal 104 33 152 0.32 0.78 0 0.40 275.8 0.64 0.36
Hex 68 21 98 20 4E 0 28 114 40 24
Octal 150 41 230 40 116 0 50 424 100 44
Binary 1101000 100001 10011000 100000 1001110 0 101000 100010100 1000000 100100

Color Harmonies of #682198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682198

Black with #682198

Text Example


Text Example

White with #682198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682198; }

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

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

background-color css

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

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

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

border-color css

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

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

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