Html Css Color HEX #683BA1 Royal Purple

📋 copy color: '#683BA1'

red 104 ◦ green 59 ◦ blue 161

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

Shades of Royal Purple #683BA1

Tints of Royal Purple #683BA1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.21%

 BLUE value IS 161 (63.28% from 255) = 49.69%

R = 32.1%
G = 18.21%
B = 49.69%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#683BA1 (or 0x683BA1) is known color: Royal Purple. HEX triplet: 68, 3B and A1. RGB value is (104,59,161). Sum of RGB (Red+Green+Blue) = 104+59+161=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 161 (63.28% from 255 or 49.69% from 324); Max value from RGB is 161 - color contains mainly: blue. Hex color #683BA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683BA1 is #97C45E. Grayscale: #535353. Windows color (decimal): -9946207 or 10566504. OLE color: 10566504.

HSL color Cylindrical-coordinate representation of color #683BA1: hue angle of 266.47º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #683BA1 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 59 161 -
CMYK 0.35 0.63 0 0.37
HSL 266.47º 0.46% 0.43% -
HSV(B) 266.47º 0.63% 0.63% -
XYZ 13.71 8.64 34.66 -
YUV 84.08 171.41 142.21 -
System Red Green Blue C M Y K H S L
Decimal 104 59 161 0.35 0.63 0 0.37 266.47 0.46 0.43
Hex 68 3B A1 23 3F 0 25 10A 2E 2B
Octal 150 73 241 43 77 0 45 412 56 53
Binary 1101000 111011 10100001 100011 111111 0 100101 100001010 101110 101011

Color Harmonies of #683BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683BA1

Black with #683BA1

Text Example


Text Example

White with #683BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683BA1; }

 p { color: rgb(104,59,161); }

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

background-color css

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

 a { background-color: rgb(104,59,161); }

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

border-color css

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

 span { border-color: rgb(104,59,161); }

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