Html Css Color HEX #683CAF Royal Purple

📋 copy color: '#683CAF'

red 104 ◦ green 60 ◦ blue 175

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

Shades of Royal Purple #683CAF

Tints of Royal Purple #683CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.62%

R = 30.68%
G = 17.7%
B = 51.62%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#683CAF (or 0x683CAF) is known color: Royal Purple. HEX triplet: 68, 3C and AF. RGB value is (104,60,175). Sum of RGB (Red+Green+Blue) = 104+60+175=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #683CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683CAF is #97C350. Grayscale: #555555. Windows color (decimal): -9945937 or 11484264. OLE color: 11484264.

HSL color Cylindrical-coordinate representation of color #683CAF: hue angle of 262.96º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #683CAF is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 60 175 -
CMYK 0.41 0.66 0 0.31
HSL 262.96º 0.49% 0.46% -
HSV(B) 262.96º 0.66% 0.69% -
XYZ 15.06 9.27 41.55 -
YUV 86.27 178.08 140.65 -
System Red Green Blue C M Y K H S L
Decimal 104 60 175 0.41 0.66 0 0.31 262.96 0.49 0.46
Hex 68 3C AF 29 42 0 1F 107 31 2E
Octal 150 74 257 51 102 0 37 407 61 56
Binary 1101000 111100 10101111 101001 1000010 0 11111 100000111 110001 101110

Color Harmonies of #683CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683CAF

Black with #683CAF

Text Example


Text Example

White with #683CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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