Html Css Color HEX #683A94 Royal Purple

📋 copy color: '#683A94'

red 104 ◦ green 58 ◦ blue 148

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

Shades of Royal Purple #683A94

Tints of Royal Purple #683A94

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.71%

 BLUE value IS 148 (58.2% from 255) = 47.74%

R = 33.55%
G = 18.71%
B = 47.74%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#683A94 (or 0x683A94) is known color: Royal Purple. HEX triplet: 68, 3A and 94. RGB value is (104,58,148). Sum of RGB (Red+Green+Blue) = 104+58+148=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #683A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683A94 is #97C56B. Grayscale: #515151. Windows color (decimal): -9946476 or 9714280. OLE color: 9714280.

HSL color Cylindrical-coordinate representation of color #683A94: hue angle of 270.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #683A94 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 58 148 -
CMYK 0.30 0.61 0 0.42
HSL 270.67º 0.44% 0.4% -
HSV(B) 270.67º 0.61% 0.58% -
XYZ 12.57 8.11 28.92 -
YUV 82.01 165.24 143.68 -
System Red Green Blue C M Y K H S L
Decimal 104 58 148 0.30 0.61 0 0.42 270.67 0.44 0.4
Hex 68 3A 94 1E 3D 0 2A 10F 2C 28
Octal 150 72 224 36 75 0 52 417 54 50
Binary 1101000 111010 10010100 11110 111101 0 101010 100001111 101100 101000

Color Harmonies of #683A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683A94

Black with #683A94

Text Example


Text Example

White with #683A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,58,148); }

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

background-color css

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

 a { background-color: rgb(104,58,148); }

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

border-color css

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

 span { border-color: rgb(104,58,148); }

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