Html Css Color HEX #6F34AD Royal Purple

📋 copy color: '#6F34AD'

red 111 ◦ green 52 ◦ blue 173

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

Shades of Royal Purple #6F34AD

Tints of Royal Purple #6F34AD

RGB

 RED value IS 111 (43.75% from 255) = 33.04%

 GREEN value IS 52 (20.7% from 255) = 15.48%

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

R = 33.04%
G = 15.48%
B = 51.49%

CMYK

 C value IS 0.36

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F34AD (or 0x6F34AD) is known color: Royal Purple. HEX triplet: 6F, 34 and AD. RGB value is (111,52,173). Sum of RGB (Red+Green+Blue) = 111+52+173=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F34AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F34AD is #90CB52. Grayscale: #535353. Windows color (decimal): -9489235 or 11351151. OLE color: 11351151.

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

Color convert

RGB 111 52 173 -
CMYK 0.36 0.70 0 0.32
HSL 269.26º 0.54% 0.44% -
HSV(B) 269.26º 0.7% 0.68% -
XYZ 15.33 8.85 40.44 -
YUV 83.44 178.55 147.66 -
System Red Green Blue C M Y K H S L
Decimal 111 52 173 0.36 0.70 0 0.32 269.26 0.54 0.44
Hex 6F 34 AD 24 46 0 20 10D 36 2C
Octal 157 64 255 44 106 0 40 415 66 54
Binary 1101111 110100 10101101 100100 1000110 0 100000 100001101 110110 101100

Color Harmonies of #6F34AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F34AD

Black with #6F34AD

Text Example


Text Example

White with #6F34AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,52,173); }

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

background-color css

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

 a { background-color: rgb(111,52,173); }

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

border-color css

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

 span { border-color: rgb(111,52,173); }

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