Html Css Color HEX #68469C Royal Purple

📋 copy color: '#68469C'

red 104 ◦ green 70 ◦ blue 156

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

Shades of Royal Purple #68469C

Tints of Royal Purple #68469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.21%

 BLUE value IS 156 (61.33% from 255) = 47.27%

R = 31.52%
G = 21.21%
B = 47.27%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68469C (or 0x68469C) is known color: Royal Purple. HEX triplet: 68, 46 and 9C. RGB value is (104,70,156). Sum of RGB (Red+Green+Blue) = 104+70+156=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #68469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68469C is #97B963. Grayscale: #595959. Windows color (decimal): -9943396 or 10241640. OLE color: 10241640.

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

Color convert

RGB 104 70 156 -
CMYK 0.33 0.55 0 0.39
HSL 263.72º 0.38% 0.44% -
HSV(B) 263.72º 0.55% 0.61% -
XYZ 13.9 9.72 32.6 -
YUV 89.97 165.26 138.01 -
System Red Green Blue C M Y K H S L
Decimal 104 70 156 0.33 0.55 0 0.39 263.72 0.38 0.44
Hex 68 46 9C 21 37 0 27 108 26 2C
Octal 150 106 234 41 67 0 47 410 46 54
Binary 1101000 1000110 10011100 100001 110111 0 100111 100001000 100110 101100

Color Harmonies of #68469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68469C

Black with #68469C

Text Example


Text Example

White with #68469C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68469C; }

 p { color: rgb(104,70,156); }

 H1.HeaderClassName
 {
   color: #68469C;
 }
 .AnyTagClassName
 {
   color: #68469C;
 }
</style>

background-color css

<style>
 a { background-color: #68469C; }

 a { background-color: rgb(104,70,156); }

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

border-color css

<style>
 span { border-color: #68469C; }

 span { border-color: rgb(104,70,156); }

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