Html Css Color HEX #6A3F9B Royal Purple

📋 copy color: '#6A3F9B'

red 106 ◦ green 63 ◦ blue 155

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

Shades of Royal Purple #6A3F9B

Tints of Royal Purple #6A3F9B

RGB

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

 GREEN value IS 63 (25% from 255) = 19.44%

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

R = 32.72%
G = 19.44%
B = 47.84%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6A3F9B (or 0x6A3F9B) is known color: Royal Purple. HEX triplet: 6A, 3F and 9B. RGB value is (106,63,155). Sum of RGB (Red+Green+Blue) = 106+63+155=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A3F9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3F9B is #95C064. Grayscale: #565656. Windows color (decimal): -9814117 or 10174314. OLE color: 10174314.

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

Color convert

RGB 106 63 155 -
CMYK 0.32 0.59 0 0.39
HSL 268.04º 0.42% 0.43% -
HSV(B) 268.04º 0.59% 0.61% -
XYZ 13.64 8.99 32.03 -
YUV 86.35 166.75 142.02 -
System Red Green Blue C M Y K H S L
Decimal 106 63 155 0.32 0.59 0 0.39 268.04 0.42 0.43
Hex 6A 3F 9B 20 3B 0 27 10C 2A 2B
Octal 152 77 233 40 73 0 47 414 52 53
Binary 1101010 111111 10011011 100000 111011 0 100111 100001100 101010 101011

Color Harmonies of #6A3F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3F9B

Black with #6A3F9B

Text Example


Text Example

White with #6A3F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,63,155); }

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

background-color css

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

 a { background-color: rgb(106,63,155); }

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

border-color css

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

 span { border-color: rgb(106,63,155); }

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