Html Css Color HEX #6C438E Royal Purple

📋 copy color: '#6C438E'

red 108 ◦ green 67 ◦ blue 142

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

Shades of Royal Purple #6C438E

Tints of Royal Purple #6C438E

RGB

 RED value IS 108 (42.58% from 255) = 34.07%

 GREEN value IS 67 (26.56% from 255) = 21.14%

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

R = 34.07%
G = 21.14%
B = 44.79%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6C438E (or 0x6C438E) is known color: Royal Purple. HEX triplet: 6C, 43 and 8E. RGB value is (108,67,142). Sum of RGB (Red+Green+Blue) = 108+67+142=317 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.07% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C438E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C438E is #93BC71. Grayscale: #575757. Windows color (decimal): -9682034 or 9323372. OLE color: 9323372.

HSL color Cylindrical-coordinate representation of color #6C438E: hue angle of 272.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C438E is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 67 142 -
CMYK 0.24 0.53 0 0.44
HSL 272.8º 0.36% 0.41% -
HSV(B) 272.8º 0.53% 0.56% -
XYZ 13.07 9.16 26.67 -
YUV 87.81 158.58 142.4 -
System Red Green Blue C M Y K H S L
Decimal 108 67 142 0.24 0.53 0 0.44 272.8 0.36 0.41
Hex 6C 43 8E 18 35 0 2C 111 24 29
Octal 154 103 216 30 65 0 54 421 44 51
Binary 1101100 1000011 10001110 11000 110101 0 101100 100010001 100100 101001

Color Harmonies of #6C438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C438E

Black with #6C438E

Text Example


Text Example

White with #6C438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C438E; }

 p { color: rgb(108,67,142); }

 H1.HeaderClassName
 {
   color: #6C438E;
 }
 .AnyTagClassName
 {
   color: #6C438E;
 }
</style>

background-color css

<style>
 a { background-color: #6C438E; }

 a { background-color: rgb(108,67,142); }

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

border-color css

<style>
 span { border-color: #6C438E; }

 span { border-color: rgb(108,67,142); }

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