Html Css Color HEX #68299B Royal Purple

📋 copy color: '#68299B'

red 104 ◦ green 41 ◦ blue 155

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

Shades of Royal Purple #68299B

Tints of Royal Purple #68299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.67%

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

R = 34.67%
G = 13.67%
B = 51.67%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68299B (or 0x68299B) is known color: Royal Purple. HEX triplet: 68, 29 and 9B. RGB value is (104,41,155). Sum of RGB (Red+Green+Blue) = 104+41+155=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #68299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68299B is #97D664. Grayscale: #484848. Windows color (decimal): -9950821 or 10168680. OLE color: 10168680.

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

Color convert

RGB 104 41 155 -
CMYK 0.33 0.74 0 0.39
HSL 273.16º 0.58% 0.38% -
HSV(B) 273.16º 0.74% 0.61% -
XYZ 12.42 6.9 31.69 -
YUV 72.83 174.37 150.23 -
System Red Green Blue C M Y K H S L
Decimal 104 41 155 0.33 0.74 0 0.39 273.16 0.58 0.38
Hex 68 29 9B 21 4A 0 27 111 3A 26
Octal 150 51 233 41 112 0 47 421 72 46
Binary 1101000 101001 10011011 100001 1001010 0 100111 100010001 111010 100110

Color Harmonies of #68299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68299B

Black with #68299B

Text Example


Text Example

White with #68299B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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