Html Css Color HEX #683495 Royal Purple

📋 copy color: '#683495'

red 104 ◦ green 52 ◦ blue 149

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

Shades of Royal Purple #683495

Tints of Royal Purple #683495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.05%

 BLUE value IS 149 (58.59% from 255) = 48.85%

R = 34.1%
G = 17.05%
B = 48.85%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#683495 (or 0x683495) is known color: Royal Purple. HEX triplet: 68, 34 and 95. RGB value is (104,52,149). Sum of RGB (Red+Green+Blue) = 104+52+149=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #683495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683495 is #97CB6A. Grayscale: #4E4E4E. Windows color (decimal): -9948011 or 9778280. OLE color: 9778280.

HSL color Cylindrical-coordinate representation of color #683495: hue angle of 272.16º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #683495 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 52 149 -
CMYK 0.30 0.65 0 0.42
HSL 272.16º 0.48% 0.39% -
HSV(B) 272.16º 0.65% 0.58% -
XYZ 12.36 7.57 29.24 -
YUV 78.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 104 52 149 0.30 0.65 0 0.42 272.16 0.48 0.39
Hex 68 34 95 1E 41 0 2A 110 30 27
Octal 150 64 225 36 101 0 52 420 60 47
Binary 1101000 110100 10010101 11110 1000001 0 101010 100010000 110000 100111

Color Harmonies of #683495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683495

Black with #683495

Text Example


Text Example

White with #683495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683495; }

 p { color: rgb(104,52,149); }

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

background-color css

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

 a { background-color: rgb(104,52,149); }

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

border-color css

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

 span { border-color: rgb(104,52,149); }

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