Html Css Color HEX #682693 Royal Purple

📋 copy color: '#682693'

red 104 ◦ green 38 ◦ blue 147

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

Shades of Royal Purple #682693

Tints of Royal Purple #682693

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.15%

 BLUE value IS 147 (57.81% from 255) = 50.87%

R = 35.99%
G = 13.15%
B = 50.87%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#682693 (or 0x682693) is known color: Royal Purple. HEX triplet: 68, 26 and 93. RGB value is (104,38,147). Sum of RGB (Red+Green+Blue) = 104+38+147=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #682693 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682693 is #97D96C. Grayscale: #454545. Windows color (decimal): -9951597 or 9643624. OLE color: 9643624.

HSL color Cylindrical-coordinate representation of color #682693: hue angle of 276.33º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #682693 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 38 147 -
CMYK 0.29 0.74 0 0.42
HSL 276.33º 0.59% 0.36% -
HSV(B) 276.33º 0.74% 0.58% -
XYZ 11.67 6.44 28.23 -
YUV 70.16 171.37 152.14 -
System Red Green Blue C M Y K H S L
Decimal 104 38 147 0.29 0.74 0 0.42 276.33 0.59 0.36
Hex 68 26 93 1D 4A 0 2A 114 3B 24
Octal 150 46 223 35 112 0 52 424 73 44
Binary 1101000 100110 10010011 11101 1001010 0 101010 100010100 111011 100100

Color Harmonies of #682693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682693

Black with #682693

Text Example


Text Example

White with #682693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682693; }

 p { color: rgb(104,38,147); }

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

background-color css

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

 a { background-color: rgb(104,38,147); }

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

border-color css

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

 span { border-color: rgb(104,38,147); }

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