Html Css Color HEX #6B438D Royal Purple

📋 copy color: '#6B438D'

red 107 ◦ green 67 ◦ blue 141

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

Shades of Royal Purple #6B438D

Tints of Royal Purple #6B438D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.76%

R = 33.97%
G = 21.27%
B = 44.76%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B438D (or 0x6B438D) is known color: Royal Purple. HEX triplet: 6B, 43 and 8D. RGB value is (107,67,141). Sum of RGB (Red+Green+Blue) = 107+67+141=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B438D is #94BC72. Grayscale: #575757. Windows color (decimal): -9747571 or 9257835. OLE color: 9257835.

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

Color convert

RGB 107 67 141 -
CMYK 0.24 0.52 0 0.45
HSL 272.43º 0.36% 0.41% -
HSV(B) 272.43º 0.52% 0.55% -
XYZ 12.88 9.06 26.27 -
YUV 87.4 158.25 141.98 -
System Red Green Blue C M Y K H S L
Decimal 107 67 141 0.24 0.52 0 0.45 272.43 0.36 0.41
Hex 6B 43 8D 18 34 0 2D 110 24 29
Octal 153 103 215 30 64 0 55 420 44 51
Binary 1101011 1000011 10001101 11000 110100 0 101101 100010000 100100 101001

Color Harmonies of #6B438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B438D

Black with #6B438D

Text Example


Text Example

White with #6B438D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,67,141); }

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

background-color css

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

 a { background-color: rgb(107,67,141); }

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

border-color css

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

 span { border-color: rgb(107,67,141); }

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