Html Css Color HEX #6B2F9B Royal Purple

📋 copy color: '#6B2F9B'

red 107 ◦ green 47 ◦ blue 155

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

Shades of Royal Purple #6B2F9B

Tints of Royal Purple #6B2F9B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.21%

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

R = 34.63%
G = 15.21%
B = 50.16%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B2F9B (or 0x6B2F9B) is known color: Royal Purple. HEX triplet: 6B, 2F and 9B. RGB value is (107,47,155). Sum of RGB (Red+Green+Blue) = 107+47+155=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B2F9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2F9B is #94D064. Grayscale: #4C4C4C. Windows color (decimal): -9752677 or 10170219. OLE color: 10170219.

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

Color convert

RGB 107 47 155 -
CMYK 0.31 0.70 0 0.39
HSL 273.33º 0.53% 0.4% -
HSV(B) 273.33º 0.7% 0.61% -
XYZ 13 7.53 31.78 -
YUV 77.25 171.88 149.22 -
System Red Green Blue C M Y K H S L
Decimal 107 47 155 0.31 0.70 0 0.39 273.33 0.53 0.4
Hex 6B 2F 9B 1F 46 0 27 111 35 28
Octal 153 57 233 37 106 0 47 421 65 50
Binary 1101011 101111 10011011 11111 1000110 0 100111 100010001 110101 101000

Color Harmonies of #6B2F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2F9B

Black with #6B2F9B

Text Example


Text Example

White with #6B2F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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