Html Css Color HEX #6C3DAB Royal Purple

📋 copy color: '#6C3DAB'

red 108 ◦ green 61 ◦ blue 171

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

Shades of Royal Purple #6C3DAB

Tints of Royal Purple #6C3DAB

RGB

 RED value IS 108 (42.58% from 255) = 31.76%

 GREEN value IS 61 (24.22% from 255) = 17.94%

 BLUE value IS 171 (67.19% from 255) = 50.29%

R = 31.76%
G = 17.94%
B = 50.29%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C3DAB (or 0x6C3DAB) is known color: Royal Purple. HEX triplet: 6C, 3D and AB. RGB value is (108,61,171). Sum of RGB (Red+Green+Blue) = 108+61+171=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C3DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3DAB is #93C254. Grayscale: #575757. Windows color (decimal): -9683541 or 11222380. OLE color: 11222380.

HSL color Cylindrical-coordinate representation of color #6C3DAB: hue angle of 265.64º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C3DAB is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 61 171 -
CMYK 0.37 0.64 0 0.33
HSL 265.64º 0.47% 0.45% -
HSV(B) 265.64º 0.64% 0.67% -
XYZ 15.2 9.47 39.55 -
YUV 87.59 175.07 142.56 -
System Red Green Blue C M Y K H S L
Decimal 108 61 171 0.37 0.64 0 0.33 265.64 0.47 0.45
Hex 6C 3D AB 25 40 0 21 10A 2F 2D
Octal 154 75 253 45 100 0 41 412 57 55
Binary 1101100 111101 10101011 100101 1000000 0 100001 100001010 101111 101101

Color Harmonies of #6C3DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3DAB

Black with #6C3DAB

Text Example


Text Example

White with #6C3DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,61,171); }

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

background-color css

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

 a { background-color: rgb(108,61,171); }

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

border-color css

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

 span { border-color: rgb(108,61,171); }

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