Html Css Color HEX #682695 Royal Purple

📋 copy color: '#682695'

red 104 ◦ green 38 ◦ blue 149

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

Shades of Royal Purple #682695

Tints of Royal Purple #682695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.2%

R = 35.74%
G = 13.06%
B = 51.2%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#682695 (or 0x682695) is known color: Royal Purple. HEX triplet: 68, 26 and 95. RGB value is (104,38,149). Sum of RGB (Red+Green+Blue) = 104+38+149=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #682695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682695 is #97D96A. Grayscale: #464646. Windows color (decimal): -9951595 or 9774696. OLE color: 9774696.

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

Color convert

RGB 104 38 149 -
CMYK 0.30 0.74 0 0.42
HSL 275.68º 0.59% 0.37% -
HSV(B) 275.68º 0.74% 0.58% -
XYZ 11.83 6.5 29.06 -
YUV 70.39 172.37 151.97 -
System Red Green Blue C M Y K H S L
Decimal 104 38 149 0.30 0.74 0 0.42 275.68 0.59 0.37
Hex 68 26 95 1E 4A 0 2A 114 3B 25
Octal 150 46 225 36 112 0 52 424 73 45
Binary 1101000 100110 10010101 11110 1001010 0 101010 100010100 111011 100101

Color Harmonies of #682695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682695

Black with #682695

Text Example


Text Example

White with #682695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682695; }

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

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

background-color css

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

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

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

border-color css

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

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

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