Html Css Color HEX #6B3FA2 Royal Purple

📋 copy color: '#6B3FA2'

red 107 ◦ green 63 ◦ blue 162

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

Shades of Royal Purple #6B3FA2

Tints of Royal Purple #6B3FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 48.8%

R = 32.23%
G = 18.98%
B = 48.8%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6B3FA2 (or 0x6B3FA2) is known color: Royal Purple. HEX triplet: 6B, 3F and A2. RGB value is (107,63,162). Sum of RGB (Red+Green+Blue) = 107+63+162=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 162 (63.67% from 255 or 48.80% from 332); Max value from RGB is 162 - color contains mainly: blue. Hex color #6B3FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3FA2 is #94C05D. Grayscale: #575757. Windows color (decimal): -9748574 or 10633067. OLE color: 10633067.

HSL color Cylindrical-coordinate representation of color #6B3FA2: hue angle of 266.67º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B3FA2 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 107 63 162 -
CMYK 0.34 0.61 0 0.36
HSL 266.67º 0.44% 0.44% -
HSV(B) 266.67º 0.61% 0.64% -
XYZ 14.36 9.29 35.22 -
YUV 87.44 170.08 141.95 -
System Red Green Blue C M Y K H S L
Decimal 107 63 162 0.34 0.61 0 0.36 266.67 0.44 0.44
Hex 6B 3F A2 22 3D 0 24 10B 2C 2C
Octal 153 77 242 42 75 0 44 413 54 54
Binary 1101011 111111 10100010 100010 111101 0 100100 100001011 101100 101100

Color Harmonies of #6B3FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3FA2

Black with #6B3FA2

Text Example


Text Example

White with #6B3FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,63,162); }

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

background-color css

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

 a { background-color: rgb(107,63,162); }

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

border-color css

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

 span { border-color: rgb(107,63,162); }

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