Html Css Color HEX #6B378C Royal Purple

📋 copy color: '#6B378C'

red 107 ◦ green 55 ◦ blue 140

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

Shades of Royal Purple #6B378C

Tints of Royal Purple #6B378C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.36%

R = 35.43%
G = 18.21%
B = 46.36%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B378C (or 0x6B378C) is known color: Royal Purple. HEX triplet: 6B, 37 and 8C. RGB value is (107,55,140). Sum of RGB (Red+Green+Blue) = 107+55+140=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B378C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B378C is #94C873. Grayscale: #4F4F4F. Windows color (decimal): -9750644 or 9189227. OLE color: 9189227.

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

Color convert

RGB 107 55 140 -
CMYK 0.24 0.61 0 0.45
HSL 276.71º 0.44% 0.38% -
HSV(B) 276.71º 0.61% 0.55% -
XYZ 12.16 7.75 25.67 -
YUV 80.24 161.73 147.09 -
System Red Green Blue C M Y K H S L
Decimal 107 55 140 0.24 0.61 0 0.45 276.71 0.44 0.38
Hex 6B 37 8C 18 3D 0 2D 115 2C 26
Octal 153 67 214 30 75 0 55 425 54 46
Binary 1101011 110111 10001100 11000 111101 0 101101 100010101 101100 100110

Color Harmonies of #6B378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B378C

Black with #6B378C

Text Example


Text Example

White with #6B378C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,55,140); }

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

background-color css

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

 a { background-color: rgb(107,55,140); }

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

border-color css

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

 span { border-color: rgb(107,55,140); }

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