Html Css Color HEX #68429D Royal Purple

📋 copy color: '#68429D'

red 104 ◦ green 66 ◦ blue 157

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

Shades of Royal Purple #68429D

Tints of Royal Purple #68429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.18%

 BLUE value IS 157 (61.72% from 255) = 48.01%

R = 31.8%
G = 20.18%
B = 48.01%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68429D (or 0x68429D) is known color: Royal Purple. HEX triplet: 68, 42 and 9D. RGB value is (104,66,157). Sum of RGB (Red+Green+Blue) = 104+66+157=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #68429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68429D is #97BD62. Grayscale: #575757. Windows color (decimal): -9944419 or 10306152. OLE color: 10306152.

HSL color Cylindrical-coordinate representation of color #68429D: hue angle of 265.05º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68429D is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 66 157 -
CMYK 0.34 0.58 0 0.38
HSL 265.06º 0.41% 0.44% -
HSV(B) 265.06º 0.58% 0.62% -
XYZ 13.74 9.27 32.96 -
YUV 87.74 167.09 139.6 -
System Red Green Blue C M Y K H S L
Decimal 104 66 157 0.34 0.58 0 0.38 265.06 0.41 0.44
Hex 68 42 9D 22 3A 0 26 109 29 2C
Octal 150 102 235 42 72 0 46 411 51 54
Binary 1101000 1000010 10011101 100010 111010 0 100110 100001001 101001 101100

Color Harmonies of #68429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68429D

Black with #68429D

Text Example


Text Example

White with #68429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68429D; }

 p { color: rgb(104,66,157); }

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

background-color css

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

 a { background-color: rgb(104,66,157); }

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

border-color css

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

 span { border-color: rgb(104,66,157); }

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