Html Css Color HEX #68149F Royal Purple

📋 copy color: '#68149F'

red 104 ◦ green 20 ◦ blue 159

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

Shades of Royal Purple #68149F

Tints of Royal Purple #68149F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.07%

 BLUE value IS 159 (62.5% from 255) = 56.18%

R = 36.75%
G = 7.07%
B = 56.18%

CMYK

 C value IS 0.35

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68149F (or 0x68149F) is known color: Royal Purple. HEX triplet: 68, 14 and 9F. RGB value is (104,20,159). Sum of RGB (Red+Green+Blue) = 104+20+159=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #68149F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68149F is #97EB60. Grayscale: #3C3C3C. Windows color (decimal): -9956193 or 10425448. OLE color: 10425448.

HSL color Cylindrical-coordinate representation of color #68149F: hue angle of 276.26º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68149F is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 20 159 -
CMYK 0.35 0.87 0 0.38
HSL 276.26º 0.78% 0.35% -
HSV(B) 276.26º 0.87% 0.62% -
XYZ 12.22 5.95 33.3 -
YUV 60.96 183.33 158.7 -
System Red Green Blue C M Y K H S L
Decimal 104 20 159 0.35 0.87 0 0.38 276.26 0.78 0.35
Hex 68 14 9F 23 57 0 26 114 4E 23
Octal 150 24 237 43 127 0 46 424 116 43
Binary 1101000 10100 10011111 100011 1010111 0 100110 100010100 1001110 100011

Color Harmonies of #68149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68149F

Black with #68149F

Text Example


Text Example

White with #68149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68149F; }

 p { color: rgb(104,20,159); }

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

background-color css

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

 a { background-color: rgb(104,20,159); }

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

border-color css

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

 span { border-color: rgb(104,20,159); }

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