Html Css Color HEX #683CAA Royal Purple

📋 copy color: '#683CAA'

red 104 ◦ green 60 ◦ blue 170

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

Shades of Royal Purple #683CAA

Tints of Royal Purple #683CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.9%

R = 31.14%
G = 17.96%
B = 50.9%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#683CAA (or 0x683CAA) is known color: Royal Purple. HEX triplet: 68, 3C and AA. RGB value is (104,60,170). Sum of RGB (Red+Green+Blue) = 104+60+170=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #683CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683CAA is #97C355. Grayscale: #555555. Windows color (decimal): -9945942 or 11156584. OLE color: 11156584.

HSL color Cylindrical-coordinate representation of color #683CAA: hue angle of 264º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #683CAA is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 60 170 -
CMYK 0.39 0.65 0 0.33
HSL 264º 0.48% 0.45% -
HSV(B) 264º 0.65% 0.67% -
XYZ 14.58 9.08 39.01 -
YUV 85.7 175.58 141.06 -
System Red Green Blue C M Y K H S L
Decimal 104 60 170 0.39 0.65 0 0.33 264 0.48 0.45
Hex 68 3C AA 27 41 0 21 108 30 2D
Octal 150 74 252 47 101 0 41 410 60 55
Binary 1101000 111100 10101010 100111 1000001 0 100001 100001000 110000 101101

Color Harmonies of #683CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683CAA

Black with #683CAA

Text Example


Text Example

White with #683CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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