Html Css Color HEX #6B33AD Royal Purple

📋 copy color: '#6B33AD'

red 107 ◦ green 51 ◦ blue 173

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

Shades of Royal Purple #6B33AD

Tints of Royal Purple #6B33AD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.41%

 BLUE value IS 173 (67.97% from 255) = 52.27%

R = 32.33%
G = 15.41%
B = 52.27%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B33AD (or 0x6B33AD) is known color: Royal Purple. HEX triplet: 6B, 33 and AD. RGB value is (107,51,173). Sum of RGB (Red+Green+Blue) = 107+51+173=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B33AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B33AD is #94CC52. Grayscale: #515151. Windows color (decimal): -9751635 or 11350891. OLE color: 11350891.

HSL color Cylindrical-coordinate representation of color #6B33AD: hue angle of 267.54º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B33AD is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 51 173 -
CMYK 0.38 0.71 0 0.32
HSL 267.54º 0.54% 0.44% -
HSV(B) 267.54º 0.71% 0.68% -
XYZ 14.79 8.51 40.4 -
YUV 81.65 179.55 146.08 -
System Red Green Blue C M Y K H S L
Decimal 107 51 173 0.38 0.71 0 0.32 267.54 0.54 0.44
Hex 6B 33 AD 26 47 0 20 10C 36 2C
Octal 153 63 255 46 107 0 40 414 66 54
Binary 1101011 110011 10101101 100110 1000111 0 100000 100001100 110110 101100

Color Harmonies of #6B33AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B33AD

Black with #6B33AD

Text Example


Text Example

White with #6B33AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,51,173); }

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

background-color css

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

 a { background-color: rgb(107,51,173); }

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

border-color css

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

 span { border-color: rgb(107,51,173); }

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