Html Css Color HEX #6B369B Royal Purple

📋 copy color: '#6B369B'

red 107 ◦ green 54 ◦ blue 155

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

Shades of Royal Purple #6B369B

Tints of Royal Purple #6B369B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.09%

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

R = 33.86%
G = 17.09%
B = 49.05%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B369B (or 0x6B369B) is known color: Royal Purple. HEX triplet: 6B, 36 and 9B. RGB value is (107,54,155). Sum of RGB (Red+Green+Blue) = 107+54+155=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B369B is #94C964. Grayscale: #515151. Windows color (decimal): -9750885 or 10172011. OLE color: 10172011.

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

Color convert

RGB 107 54 155 -
CMYK 0.31 0.65 0 0.39
HSL 271.49º 0.48% 0.41% -
HSV(B) 271.49º 0.65% 0.61% -
XYZ 13.3 8.13 31.88 -
YUV 81.36 169.56 146.29 -
System Red Green Blue C M Y K H S L
Decimal 107 54 155 0.31 0.65 0 0.39 271.49 0.48 0.41
Hex 6B 36 9B 1F 41 0 27 10F 30 29
Octal 153 66 233 37 101 0 47 417 60 51
Binary 1101011 110110 10011011 11111 1000001 0 100111 100001111 110000 101001

Color Harmonies of #6B369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B369B

Black with #6B369B

Text Example


Text Example

White with #6B369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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