Html Css Color HEX #6B348D Royal Purple

📋 copy color: '#6B348D'

red 107 ◦ green 52 ◦ blue 141

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

Shades of Royal Purple #6B348D

Tints of Royal Purple #6B348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.33%

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

R = 35.67%
G = 17.33%
B = 47%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B348D (or 0x6B348D) is known color: Royal Purple. HEX triplet: 6B, 34 and 8D. RGB value is (107,52,141). Sum of RGB (Red+Green+Blue) = 107+52+141=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B348D is #94CB72. Grayscale: #4E4E4E. Windows color (decimal): -9751411 or 9253995. OLE color: 9253995.

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

Color convert

RGB 107 52 141 -
CMYK 0.24 0.63 0 0.45
HSL 277.08º 0.46% 0.38% -
HSV(B) 277.08º 0.63% 0.55% -
XYZ 12.1 7.5 26.01 -
YUV 78.59 163.22 148.26 -
System Red Green Blue C M Y K H S L
Decimal 107 52 141 0.24 0.63 0 0.45 277.08 0.46 0.38
Hex 6B 34 8D 18 3F 0 2D 115 2E 26
Octal 153 64 215 30 77 0 55 425 56 46
Binary 1101011 110100 10001101 11000 111111 0 101101 100010101 101110 100110

Color Harmonies of #6B348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B348D

Black with #6B348D

Text Example


Text Example

White with #6B348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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