Html Css Color HEX #68249B Royal Purple

📋 copy color: '#68249B'

red 104 ◦ green 36 ◦ blue 155

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

Shades of Royal Purple #68249B

Tints of Royal Purple #68249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.2%

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

R = 35.25%
G = 12.2%
B = 52.54%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68249B (or 0x68249B) is known color: Royal Purple. HEX triplet: 68, 24 and 9B. RGB value is (104,36,155). Sum of RGB (Red+Green+Blue) = 104+36+155=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #68249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68249B is #97DB64. Grayscale: #454545. Windows color (decimal): -9952101 or 10167400. OLE color: 10167400.

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

Color convert

RGB 104 36 155 -
CMYK 0.33 0.77 0 0.39
HSL 274.29º 0.62% 0.37% -
HSV(B) 274.29º 0.77% 0.61% -
XYZ 12.26 6.57 31.63 -
YUV 69.9 176.03 152.32 -
System Red Green Blue C M Y K H S L
Decimal 104 36 155 0.33 0.77 0 0.39 274.29 0.62 0.37
Hex 68 24 9B 21 4D 0 27 112 3E 25
Octal 150 44 233 41 115 0 47 422 76 45
Binary 1101000 100100 10011011 100001 1001101 0 100111 100010010 111110 100101

Color Harmonies of #68249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68249B

Black with #68249B

Text Example


Text Example

White with #68249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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