Html Css Color HEX #6B318E Royal Purple

📋 copy color: '#6B318E'

red 107 ◦ green 49 ◦ blue 142

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

Shades of Royal Purple #6B318E

Tints of Royal Purple #6B318E

RGB

 RED value IS 107 (42.19% from 255) = 35.91%

 GREEN value IS 49 (19.53% from 255) = 16.44%

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

R = 35.91%
G = 16.44%
B = 47.65%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B318E (or 0x6B318E) is known color: Royal Purple. HEX triplet: 6B, 31 and 8E. RGB value is (107,49,142). Sum of RGB (Red+Green+Blue) = 107+49+142=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B318E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B318E is #94CE71. Grayscale: #4C4C4C. Windows color (decimal): -9752178 or 9318763. OLE color: 9318763.

HSL color Cylindrical-coordinate representation of color #6B318E: hue angle of 277.42º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B318E is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 49 142 -
CMYK 0.25 0.65 0 0.44
HSL 277.42º 0.49% 0.37% -
HSV(B) 277.42º 0.65% 0.56% -
XYZ 12.04 7.28 26.36 -
YUV 76.94 164.72 149.44 -
System Red Green Blue C M Y K H S L
Decimal 107 49 142 0.25 0.65 0 0.44 277.42 0.49 0.37
Hex 6B 31 8E 19 41 0 2C 115 31 25
Octal 153 61 216 31 101 0 54 425 61 45
Binary 1101011 110001 10001110 11001 1000001 0 101100 100010101 110001 100101

Color Harmonies of #6B318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B318E

Black with #6B318E

Text Example


Text Example

White with #6B318E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,49,142); }

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

background-color css

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

 a { background-color: rgb(107,49,142); }

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

border-color css

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

 span { border-color: rgb(107,49,142); }

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