Html Css Color HEX #683CA1 Royal Purple

📋 copy color: '#683CA1'

red 104 ◦ green 60 ◦ blue 161

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

Shades of Royal Purple #683CA1

Tints of Royal Purple #683CA1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.46%

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

R = 32%
G = 18.46%
B = 49.54%

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

#683CA1 (or 0x683CA1) is known color: Royal Purple. HEX triplet: 68, 3C and A1. RGB value is (104,60,161). Sum of RGB (Red+Green+Blue) = 104+60+161=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 161 (63.28% from 255 or 49.54% from 325); Max value from RGB is 161 - color contains mainly: blue. Hex color #683CA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683CA1 is #97C35E. Grayscale: #545454. Windows color (decimal): -9945951 or 10566760. OLE color: 10566760.

HSL color Cylindrical-coordinate representation of color #683CA1: hue angle of 266.14º 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 #683CA1 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 60 161 -
CMYK 0.35 0.63 0 0.37
HSL 266.14º 0.46% 0.43% -
HSV(B) 266.14º 0.63% 0.63% -
XYZ 13.76 8.75 34.68 -
YUV 84.67 171.08 141.79 -
System Red Green Blue C M Y K H S L
Decimal 104 60 161 0.35 0.63 0 0.37 266.14 0.46 0.43
Hex 68 3C A1 23 3F 0 25 10A 2E 2B
Octal 150 74 241 43 77 0 45 412 56 53
Binary 1101000 111100 10100001 100011 111111 0 100101 100001010 101110 101011

Color Harmonies of #683CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683CA1

Black with #683CA1

Text Example


Text Example

White with #683CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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