Html Css Color HEX #682197 Royal Purple

📋 copy color: '#682197'

red 104 ◦ green 33 ◦ blue 151

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

Shades of Royal Purple #682197

Tints of Royal Purple #682197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.43%

R = 36.11%
G = 11.46%
B = 52.43%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#682197 (or 0x682197) is known color: Royal Purple. HEX triplet: 68, 21 and 97. RGB value is (104,33,151). Sum of RGB (Red+Green+Blue) = 104+33+151=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #682197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682197 is #97DE68. Grayscale: #434343. Windows color (decimal): -9952873 or 9904488. OLE color: 9904488.

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

Color convert

RGB 104 33 151 -
CMYK 0.31 0.78 0 0.41
HSL 276.1º 0.64% 0.36% -
HSV(B) 276.1º 0.78% 0.59% -
XYZ 11.84 6.27 29.86 -
YUV 67.68 175.02 153.91 -
System Red Green Blue C M Y K H S L
Decimal 104 33 151 0.31 0.78 0 0.41 276.1 0.64 0.36
Hex 68 21 97 1F 4E 0 29 114 40 24
Octal 150 41 227 37 116 0 51 424 100 44
Binary 1101000 100001 10010111 11111 1001110 0 101001 100010100 1000000 100100

Color Harmonies of #682197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682197

Black with #682197

Text Example


Text Example

White with #682197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682197; }

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

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

background-color css

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

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

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

border-color css

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

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

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