Html Css Color HEX #68259B Royal Purple

📋 copy color: '#68259B'

red 104 ◦ green 37 ◦ blue 155

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

Shades of Royal Purple #68259B

Tints of Royal Purple #68259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.36%

R = 35.14%
G = 12.5%
B = 52.36%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68259B (or 0x68259B) is known color: Royal Purple. HEX triplet: 68, 25 and 9B. RGB value is (104,37,155). Sum of RGB (Red+Green+Blue) = 104+37+155=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #68259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68259B is #97DA64. Grayscale: #464646. Windows color (decimal): -9951845 or 10167656. OLE color: 10167656.

HSL color Cylindrical-coordinate representation of color #68259B: hue angle of 274.07º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68259B is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 37 155 -
CMYK 0.33 0.76 0 0.39
HSL 274.07º 0.61% 0.38% -
HSV(B) 274.07º 0.76% 0.61% -
XYZ 12.29 6.63 31.64 -
YUV 70.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 104 37 155 0.33 0.76 0 0.39 274.07 0.61 0.38
Hex 68 25 9B 21 4C 0 27 112 3D 26
Octal 150 45 233 41 114 0 47 422 75 46
Binary 1101000 100101 10011011 100001 1001100 0 100111 100010010 111101 100110

Color Harmonies of #68259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68259B

Black with #68259B

Text Example


Text Example

White with #68259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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