Html Css Color HEX #6B2FAE Royal Purple

📋 copy color: '#6B2FAE'

red 107 ◦ green 47 ◦ blue 174

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

Shades of Royal Purple #6B2FAE

Tints of Royal Purple #6B2FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 53.05%

R = 32.62%
G = 14.33%
B = 53.05%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B2FAE (or 0x6B2FAE) is known color: Royal Purple. HEX triplet: 6B, 2F and AE. RGB value is (107,47,174). Sum of RGB (Red+Green+Blue) = 107+47+174=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B2FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2FAE is #94D051. Grayscale: #4E4E4E. Windows color (decimal): -9752658 or 11415403. OLE color: 11415403.

HSL color Cylindrical-coordinate representation of color #6B2FAE: hue angle of 268.35º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B2FAE is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 47 174 -
CMYK 0.39 0.73 0 0.32
HSL 268.35º 0.57% 0.43% -
HSV(B) 268.35º 0.73% 0.68% -
XYZ 14.72 8.21 40.85 -
YUV 79.42 181.38 147.67 -
System Red Green Blue C M Y K H S L
Decimal 107 47 174 0.39 0.73 0 0.32 268.35 0.57 0.43
Hex 6B 2F AE 27 49 0 20 10C 39 2B
Octal 153 57 256 47 111 0 40 414 71 53
Binary 1101011 101111 10101110 100111 1001001 0 100000 100001100 111001 101011

Color Harmonies of #6B2FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2FAE

Black with #6B2FAE

Text Example


Text Example

White with #6B2FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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