Html Css Color HEX #68368E Royal Purple

📋 copy color: '#68368E'

red 104 ◦ green 54 ◦ blue 142

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

Shades of Royal Purple #68368E

Tints of Royal Purple #68368E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18%

 BLUE value IS 142 (55.86% from 255) = 47.33%

R = 34.67%
G = 18%
B = 47.33%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68368E (or 0x68368E) is known color: Royal Purple. HEX triplet: 68, 36 and 8E. RGB value is (104,54,142). Sum of RGB (Red+Green+Blue) = 104+54+142=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #68368E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68368E is #97C971. Grayscale: #4E4E4E. Windows color (decimal): -9947506 or 9320040. OLE color: 9320040.

HSL color Cylindrical-coordinate representation of color #68368E: hue angle of 274.09º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68368E is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 54 142 -
CMYK 0.27 0.62 0 0.44
HSL 274.09º 0.45% 0.38% -
HSV(B) 274.09º 0.62% 0.56% -
XYZ 11.91 7.53 26.42 -
YUV 78.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 104 54 142 0.27 0.62 0 0.44 274.09 0.45 0.38
Hex 68 36 8E 1B 3E 0 2C 112 2D 26
Octal 150 66 216 33 76 0 54 422 55 46
Binary 1101000 110110 10001110 11011 111110 0 101100 100010010 101101 100110

Color Harmonies of #68368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68368E

Black with #68368E

Text Example


Text Example

White with #68368E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68368E; }

 p { color: rgb(104,54,142); }

 H1.HeaderClassName
 {
   color: #68368E;
 }
 .AnyTagClassName
 {
   color: #68368E;
 }
</style>

background-color css

<style>
 a { background-color: #68368E; }

 a { background-color: rgb(104,54,142); }

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

border-color css

<style>
 span { border-color: #68368E; }

 span { border-color: rgb(104,54,142); }

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