Html Css Color HEX #682295 Royal Purple

📋 copy color: '#682295'

red 104 ◦ green 34 ◦ blue 149

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

Shades of Royal Purple #682295

Tints of Royal Purple #682295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.85%

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

R = 36.24%
G = 11.85%
B = 51.92%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#682295 (or 0x682295) is known color: Royal Purple. HEX triplet: 68, 22 and 95. RGB value is (104,34,149). Sum of RGB (Red+Green+Blue) = 104+34+149=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #682295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682295 is #97DD6A. Grayscale: #434343. Windows color (decimal): -9952619 or 9773672. OLE color: 9773672.

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

Color convert

RGB 104 34 149 -
CMYK 0.30 0.77 0 0.42
HSL 276.52º 0.63% 0.36% -
HSV(B) 276.52º 0.77% 0.58% -
XYZ 11.71 6.26 29.02 -
YUV 68.04 173.69 153.65 -
System Red Green Blue C M Y K H S L
Decimal 104 34 149 0.30 0.77 0 0.42 276.52 0.63 0.36
Hex 68 22 95 1E 4D 0 2A 115 3F 24
Octal 150 42 225 36 115 0 52 425 77 44
Binary 1101000 100010 10010101 11110 1001101 0 101010 100010101 111111 100100

Color Harmonies of #682295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682295

Black with #682295

Text Example


Text Example

White with #682295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682295; }

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

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

background-color css

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

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

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

border-color css

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

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

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