Html Css Color HEX #6B388C Royal Purple

📋 copy color: '#6B388C'

red 107 ◦ green 56 ◦ blue 140

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

Shades of Royal Purple #6B388C

Tints of Royal Purple #6B388C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.48%

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

R = 35.31%
G = 18.48%
B = 46.2%

CMYK

 C value IS 0.24

 M value IS 0.6

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B388C (or 0x6B388C) is known color: Royal Purple. HEX triplet: 6B, 38 and 8C. RGB value is (107,56,140). Sum of RGB (Red+Green+Blue) = 107+56+140=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B388C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B388C is #94C773. Grayscale: #505050. Windows color (decimal): -9750388 or 9189483. OLE color: 9189483.

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

Color convert

RGB 107 56 140 -
CMYK 0.24 0.6 0 0.45
HSL 276.43º 0.43% 0.38% -
HSV(B) 276.43º 0.6% 0.55% -
XYZ 12.21 7.85 25.68 -
YUV 80.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 107 56 140 0.24 0.6 0 0.45 276.43 0.43 0.38
Hex 6B 38 8C 18 3C 0 2D 114 2B 26
Octal 153 70 214 30 74 0 55 424 53 46
Binary 1101011 111000 10001100 11000 111100 0 101101 100010100 101011 100110

Color Harmonies of #6B388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B388C

Black with #6B388C

Text Example


Text Example

White with #6B388C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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