Html Css Color HEX #682594 Royal Purple

📋 copy color: '#682594'

red 104 ◦ green 37 ◦ blue 148

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

Shades of Royal Purple #682594

Tints of Royal Purple #682594

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.8%

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

R = 35.99%
G = 12.8%
B = 51.21%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#682594 (or 0x682594) is known color: Royal Purple. HEX triplet: 68, 25 and 94. RGB value is (104,37,148). Sum of RGB (Red+Green+Blue) = 104+37+148=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #682594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682594 is #97DA6B. Grayscale: #454545. Windows color (decimal): -9951852 or 9708904. OLE color: 9708904.

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

Color convert

RGB 104 37 148 -
CMYK 0.30 0.75 0 0.42
HSL 276.22º 0.6% 0.36% -
HSV(B) 276.22º 0.75% 0.58% -
XYZ 11.72 6.4 28.64 -
YUV 69.69 172.2 152.47 -
System Red Green Blue C M Y K H S L
Decimal 104 37 148 0.30 0.75 0 0.42 276.22 0.6 0.36
Hex 68 25 94 1E 4B 0 2A 114 3C 24
Octal 150 45 224 36 113 0 52 424 74 44
Binary 1101000 100101 10010100 11110 1001011 0 101010 100010100 111100 100100

Color Harmonies of #682594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682594

Black with #682594

Text Example


Text Example

White with #682594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682594; }

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

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

background-color css

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

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

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

border-color css

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

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

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