Html Css Color HEX #6B27A9 Royal Purple

📋 copy color: '#6B27A9'

red 107 ◦ green 39 ◦ blue 169

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

Shades of Royal Purple #6B27A9

Tints of Royal Purple #6B27A9

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.38%

 BLUE value IS 169 (66.41% from 255) = 53.65%

R = 33.97%
G = 12.38%
B = 53.65%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6B27A9 (or 0x6B27A9) is known color: Royal Purple. HEX triplet: 6B, 27 and A9. RGB value is (107,39,169). Sum of RGB (Red+Green+Blue) = 107+39+169=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 169 (66.41% from 255 or 53.65% from 315); Max value from RGB is 169 - color contains mainly: blue. Hex color #6B27A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B27A9 is #94D856. Grayscale: #494949. Windows color (decimal): -9754711 or 11085675. OLE color: 11085675.

HSL color Cylindrical-coordinate representation of color #6B27A9: hue angle of 271.38º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B27A9 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 107 39 169 -
CMYK 0.37 0.77 0 0.34
HSL 271.38º 0.63% 0.41% -
HSV(B) 271.38º 0.77% 0.66% -
XYZ 13.95 7.44 38.24 -
YUV 74.15 181.53 151.43 -
System Red Green Blue C M Y K H S L
Decimal 107 39 169 0.37 0.77 0 0.34 271.38 0.63 0.41
Hex 6B 27 A9 25 4D 0 22 10F 3E 29
Octal 153 47 251 45 115 0 42 417 76 51
Binary 1101011 100111 10101001 100101 1001101 0 100010 100001111 111110 101001

Color Harmonies of #6B27A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B27A9

Black with #6B27A9

Text Example


Text Example

White with #6B27A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,39,169); }

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

background-color css

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

 a { background-color: rgb(107,39,169); }

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

border-color css

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

 span { border-color: rgb(107,39,169); }

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