Html Css Color HEX #681FA3 Royal Purple

📋 copy color: '#681FA3'

red 104 ◦ green 31 ◦ blue 163

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

Shades of Royal Purple #681FA3

Tints of Royal Purple #681FA3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.4%

 BLUE value IS 163 (64.06% from 255) = 54.7%

R = 34.9%
G = 10.4%
B = 54.7%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#681FA3 (or 0x681FA3) is known color: Royal Purple. HEX triplet: 68, 1F and A3. RGB value is (104,31,163). Sum of RGB (Red+Green+Blue) = 104+31+163=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 163 (64.06% from 255 or 54.70% from 298); Max value from RGB is 163 - color contains mainly: blue. Hex color #681FA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681FA3 is #97E05C. Grayscale: #434343. Windows color (decimal): -9953373 or 10690408. OLE color: 10690408.

HSL color Cylindrical-coordinate representation of color #681FA3: hue angle of 273.18º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #681FA3 is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 31 163 -
CMYK 0.36 0.81 0 0.36
HSL 273.18º 0.68% 0.38% -
HSV(B) 273.18º 0.81% 0.64% -
XYZ 12.81 6.57 35.24 -
YUV 67.88 181.68 153.77 -
System Red Green Blue C M Y K H S L
Decimal 104 31 163 0.36 0.81 0 0.36 273.18 0.68 0.38
Hex 68 1F A3 24 51 0 24 111 44 26
Octal 150 37 243 44 121 0 44 421 104 46
Binary 1101000 11111 10100011 100100 1010001 0 100100 100010001 1000100 100110

Color Harmonies of #681FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681FA3

Black with #681FA3

Text Example


Text Example

White with #681FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681FA3; }

 p { color: rgb(104,31,163); }

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

background-color css

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

 a { background-color: rgb(104,31,163); }

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

border-color css

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

 span { border-color: rgb(104,31,163); }

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