Html Css Color HEX #683490 Royal Purple

📋 copy color: '#683490'

red 104 ◦ green 52 ◦ blue 144

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

Shades of Royal Purple #683490

Tints of Royal Purple #683490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48%

R = 34.67%
G = 17.33%
B = 48%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#683490 (or 0x683490) is known color: Royal Purple. HEX triplet: 68, 34 and 90. RGB value is (104,52,144). Sum of RGB (Red+Green+Blue) = 104+52+144=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #683490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683490 is #97CB6F. Grayscale: #4D4D4D. Windows color (decimal): -9948016 or 9450600. OLE color: 9450600.

HSL color Cylindrical-coordinate representation of color #683490: hue angle of 273.91º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #683490 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 52 144 -
CMYK 0.28 0.64 0 0.44
HSL 273.91º 0.47% 0.38% -
HSV(B) 273.91º 0.64% 0.56% -
XYZ 11.97 7.41 27.19 -
YUV 78.04 165.23 146.52 -
System Red Green Blue C M Y K H S L
Decimal 104 52 144 0.28 0.64 0 0.44 273.91 0.47 0.38
Hex 68 34 90 1C 40 0 2C 112 2F 26
Octal 150 64 220 34 100 0 54 422 57 46
Binary 1101000 110100 10010000 11100 1000000 0 101100 100010010 101111 100110

Color Harmonies of #683490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683490

Black with #683490

Text Example


Text Example

White with #683490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683490; }

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

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

background-color css

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

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

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

border-color css

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

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

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