Html Css Color HEX #681FA4 Royal Purple

📋 copy color: '#681FA4'

red 104 ◦ green 31 ◦ blue 164

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

Shades of Royal Purple #681FA4

Tints of Royal Purple #681FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 54.85%

R = 34.78%
G = 10.37%
B = 54.85%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#681FA4 (or 0x681FA4) is known color: Royal Purple. HEX triplet: 68, 1F and A4. RGB value is (104,31,164). Sum of RGB (Red+Green+Blue) = 104+31+164=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 164 (64.45% from 255 or 54.85% from 299); Max value from RGB is 164 - color contains mainly: blue. Hex color #681FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681FA4 is #97E05B. Grayscale: #434343. Windows color (decimal): -9953372 or 10755944. OLE color: 10755944.

HSL color Cylindrical-coordinate representation of color #681FA4: hue angle of 272.93º 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 #681FA4 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 31 164 -
CMYK 0.37 0.81 0 0.36
HSL 272.93º 0.68% 0.38% -
HSV(B) 272.93º 0.81% 0.64% -
XYZ 12.9 6.6 35.72 -
YUV 67.99 182.18 153.69 -
System Red Green Blue C M Y K H S L
Decimal 104 31 164 0.37 0.81 0 0.36 272.93 0.68 0.38
Hex 68 1F A4 25 51 0 24 111 44 26
Octal 150 37 244 45 121 0 44 421 104 46
Binary 1101000 11111 10100100 100101 1010001 0 100100 100010001 1000100 100110

Color Harmonies of #681FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681FA4

Black with #681FA4

Text Example


Text Example

White with #681FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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