Html Css Color HEX #6A2F9A Royal Purple

📋 copy color: '#6A2F9A'

red 106 ◦ green 47 ◦ blue 154

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

Shades of Royal Purple #6A2F9A

Tints of Royal Purple #6A2F9A

RGB

 RED value IS 106 (41.8% from 255) = 34.53%

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

 BLUE value IS 154 (60.55% from 255) = 50.16%

R = 34.53%
G = 15.31%
B = 50.16%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6A2F9A (or 0x6A2F9A) is known color: Royal Purple. HEX triplet: 6A, 2F and 9A. RGB value is (106,47,154). Sum of RGB (Red+Green+Blue) = 106+47+154=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A2F9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2F9A is #95D065. Grayscale: #4C4C4C. Windows color (decimal): -9818214 or 10104682. OLE color: 10104682.

HSL color Cylindrical-coordinate representation of color #6A2F9A: hue angle of 273.08º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A2F9A is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 106 47 154 -
CMYK 0.31 0.69 0 0.40
HSL 273.08º 0.53% 0.39% -
HSV(B) 273.08º 0.69% 0.6% -
XYZ 12.79 7.43 31.33 -
YUV 76.84 171.55 148.8 -
System Red Green Blue C M Y K H S L
Decimal 106 47 154 0.31 0.69 0 0.40 273.08 0.53 0.39
Hex 6A 2F 9A 1F 45 0 28 111 35 27
Octal 152 57 232 37 105 0 50 421 65 47
Binary 1101010 101111 10011010 11111 1000101 0 101000 100010001 110101 100111

Color Harmonies of #6A2F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2F9A

Black with #6A2F9A

Text Example


Text Example

White with #6A2F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,47,154); }

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

background-color css

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

 a { background-color: rgb(106,47,154); }

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

border-color css

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

 span { border-color: rgb(106,47,154); }

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