Html Css Color HEX #683AB2 Royal Purple

📋 copy color: '#683AB2'

red 104 ◦ green 58 ◦ blue 178

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

Shades of Royal Purple #683AB2

Tints of Royal Purple #683AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 52.35%

R = 30.59%
G = 17.06%
B = 52.35%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#683AB2 (or 0x683AB2) is known color: Royal Purple. HEX triplet: 68, 3A and B2. RGB value is (104,58,178). Sum of RGB (Red+Green+Blue) = 104+58+178=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 178 (69.92% from 255 or 52.35% from 340); Max value from RGB is 178 - color contains mainly: blue. Hex color #683AB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683AB2 is #97C54D. Grayscale: #555555. Windows color (decimal): -9946446 or 11680360. OLE color: 11680360.

HSL color Cylindrical-coordinate representation of color #683AB2: hue angle of 263º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #683AB2 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 58 178 -
CMYK 0.42 0.67 0 0.30
HSL 263º 0.51% 0.46% -
HSV(B) 263º 0.67% 0.7% -
XYZ 15.26 9.18 43.09 -
YUV 85.43 180.24 141.24 -
System Red Green Blue C M Y K H S L
Decimal 104 58 178 0.42 0.67 0 0.30 263 0.51 0.46
Hex 68 3A B2 2A 43 0 1E 107 33 2E
Octal 150 72 262 52 103 0 36 407 63 56
Binary 1101000 111010 10110010 101010 1000011 0 11110 100000111 110011 101110

Color Harmonies of #683AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683AB2

Black with #683AB2

Text Example


Text Example

White with #683AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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