Html Css Color HEX #682195 Royal Purple

📋 copy color: '#682195'

red 104 ◦ green 33 ◦ blue 149

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

Shades of Royal Purple #682195

Tints of Royal Purple #682195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.54%

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

R = 36.36%
G = 11.54%
B = 52.1%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#682195 (or 0x682195) is known color: Royal Purple. HEX triplet: 68, 21 and 95. RGB value is (104,33,149). Sum of RGB (Red+Green+Blue) = 104+33+149=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #682195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682195 is #97DE6A. Grayscale: #434343. Windows color (decimal): -9952875 or 9773416. OLE color: 9773416.

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

Color convert

RGB 104 33 149 -
CMYK 0.30 0.78 0 0.42
HSL 276.72º 0.64% 0.36% -
HSV(B) 276.72º 0.78% 0.58% -
XYZ 11.68 6.2 29.02 -
YUV 67.45 174.02 154.07 -
System Red Green Blue C M Y K H S L
Decimal 104 33 149 0.30 0.78 0 0.42 276.72 0.64 0.36
Hex 68 21 95 1E 4E 0 2A 115 40 24
Octal 150 41 225 36 116 0 52 425 100 44
Binary 1101000 100001 10010101 11110 1001110 0 101010 100010101 1000000 100100

Color Harmonies of #682195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682195

Black with #682195

Text Example


Text Example

White with #682195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682195; }

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

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

background-color css

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

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

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

border-color css

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

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

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