Html Css Color HEX #6B349B Royal Purple

📋 copy color: '#6B349B'

red 107 ◦ green 52 ◦ blue 155

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

Shades of Royal Purple #6B349B

Tints of Royal Purple #6B349B

RGB

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

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

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

R = 34.08%
G = 16.56%
B = 49.36%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B349B (or 0x6B349B) is known color: Royal Purple. HEX triplet: 6B, 34 and 9B. RGB value is (107,52,155). Sum of RGB (Red+Green+Blue) = 107+52+155=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B349B is #94CB64. Grayscale: #4F4F4F. Windows color (decimal): -9751397 or 10171499. OLE color: 10171499.

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

Color convert

RGB 107 52 155 -
CMYK 0.31 0.66 0 0.39
HSL 272.04º 0.5% 0.41% -
HSV(B) 272.04º 0.66% 0.61% -
XYZ 13.21 7.95 31.85 -
YUV 80.19 170.22 147.12 -
System Red Green Blue C M Y K H S L
Decimal 107 52 155 0.31 0.66 0 0.39 272.04 0.5 0.41
Hex 6B 34 9B 1F 42 0 27 110 32 29
Octal 153 64 233 37 102 0 47 420 62 51
Binary 1101011 110100 10011011 11111 1000010 0 100111 100010000 110010 101001

Color Harmonies of #6B349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B349B

Black with #6B349B

Text Example


Text Example

White with #6B349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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