Html Css Color HEX #682097 Royal Purple

📋 copy color: '#682097'

red 104 ◦ green 32 ◦ blue 151

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

Shades of Royal Purple #682097

Tints of Royal Purple #682097

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.15%

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

R = 36.24%
G = 11.15%
B = 52.61%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#682097 (or 0x682097) is known color: Royal Purple. HEX triplet: 68, 20 and 97. RGB value is (104,32,151). Sum of RGB (Red+Green+Blue) = 104+32+151=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #682097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682097 is #97DF68. Grayscale: #424242. Windows color (decimal): -9953129 or 9904232. OLE color: 9904232.

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

Color convert

RGB 104 32 151 -
CMYK 0.31 0.79 0 0.41
HSL 276.3º 0.65% 0.36% -
HSV(B) 276.3º 0.79% 0.59% -
XYZ 11.81 6.21 29.85 -
YUV 67.09 175.35 154.32 -
System Red Green Blue C M Y K H S L
Decimal 104 32 151 0.31 0.79 0 0.41 276.3 0.65 0.36
Hex 68 20 97 1F 4F 0 29 114 41 24
Octal 150 40 227 37 117 0 51 424 101 44
Binary 1101000 100000 10010111 11111 1001111 0 101001 100010100 1000001 100100

Color Harmonies of #682097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682097

Black with #682097

Text Example


Text Example

White with #682097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682097; }

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

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

background-color css

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

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

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

border-color css

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

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

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