Html Css Color HEX #68378E Royal Purple

📋 copy color: '#68378E'

red 104 ◦ green 55 ◦ blue 142

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

Shades of Royal Purple #68378E

Tints of Royal Purple #68378E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.27%

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

R = 34.55%
G = 18.27%
B = 47.18%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68378E (or 0x68378E) is known color: Royal Purple. HEX triplet: 68, 37 and 8E. RGB value is (104,55,142). Sum of RGB (Red+Green+Blue) = 104+55+142=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #68378E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68378E is #97C871. Grayscale: #4F4F4F. Windows color (decimal): -9947250 or 9320296. OLE color: 9320296.

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

Color convert

RGB 104 55 142 -
CMYK 0.27 0.61 0 0.44
HSL 273.79º 0.44% 0.39% -
HSV(B) 273.79º 0.61% 0.56% -
XYZ 11.96 7.63 26.43 -
YUV 79.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 104 55 142 0.27 0.61 0 0.44 273.79 0.44 0.39
Hex 68 37 8E 1B 3D 0 2C 112 2C 27
Octal 150 67 216 33 75 0 54 422 54 47
Binary 1101000 110111 10001110 11011 111101 0 101100 100010010 101100 100111

Color Harmonies of #68378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68378E

Black with #68378E

Text Example


Text Example

White with #68378E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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