Html Css Color HEX #6B329B Royal Purple

📋 copy color: '#6B329B'

red 107 ◦ green 50 ◦ blue 155

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

Shades of Royal Purple #6B329B

Tints of Royal Purple #6B329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.03%

 BLUE value IS 155 (60.94% from 255) = 49.68%

R = 34.29%
G = 16.03%
B = 49.68%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B329B (or 0x6B329B) is known color: Royal Purple. HEX triplet: 6B, 32 and 9B. RGB value is (107,50,155). Sum of RGB (Red+Green+Blue) = 107+50+155=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B329B is #94CD64. Grayscale: #4E4E4E. Windows color (decimal): -9751909 or 10170987. OLE color: 10170987.

HSL color Cylindrical-coordinate representation of color #6B329B: hue angle of 272.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B329B is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 50 155 -
CMYK 0.31 0.68 0 0.39
HSL 272.57º 0.51% 0.4% -
HSV(B) 272.57º 0.68% 0.61% -
XYZ 13.12 7.77 31.82 -
YUV 79.01 170.88 147.96 -
System Red Green Blue C M Y K H S L
Decimal 107 50 155 0.31 0.68 0 0.39 272.57 0.51 0.4
Hex 6B 32 9B 1F 44 0 27 111 33 28
Octal 153 62 233 37 104 0 47 421 63 50
Binary 1101011 110010 10011011 11111 1000100 0 100111 100010001 110011 101000

Color Harmonies of #6B329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B329B

Black with #6B329B

Text Example


Text Example

White with #6B329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,50,155); }

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

background-color css

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

 a { background-color: rgb(107,50,155); }

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

border-color css

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

 span { border-color: rgb(107,50,155); }

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