Html Css Color HEX #6734AD Royal Purple

📋 copy color: '#6734AD'

red 103 ◦ green 52 ◦ blue 173

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

Shades of Royal Purple #6734AD

Tints of Royal Purple #6734AD

RGB

 RED value IS 103 (40.63% from 255) = 31.4%

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

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

R = 31.4%
G = 15.85%
B = 52.74%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6734AD (or 0x6734AD) is known color: Royal Purple. HEX triplet: 67, 34 and AD. RGB value is (103,52,173). Sum of RGB (Red+Green+Blue) = 103+52+173=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #6734AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6734AD is #98CB52. Grayscale: #505050. Windows color (decimal): -10013523 or 11351143. OLE color: 11351143.

HSL color Cylindrical-coordinate representation of color #6734AD: hue angle of 265.29º 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 #6734AD is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 52 173 -
CMYK 0.40 0.70 0 0.32
HSL 265.29º 0.54% 0.44% -
HSV(B) 265.29º 0.7% 0.68% -
XYZ 14.36 8.36 40.39 -
YUV 81.04 179.9 143.66 -
System Red Green Blue C M Y K H S L
Decimal 103 52 173 0.40 0.70 0 0.32 265.29 0.54 0.44
Hex 67 34 AD 28 46 0 20 109 36 2C
Octal 147 64 255 50 106 0 40 411 66 54
Binary 1100111 110100 10101101 101000 1000110 0 100000 100001001 110110 101100

Color Harmonies of #6734AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6734AD

Black with #6734AD

Text Example


Text Example

White with #6734AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6734AD; }

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

 H1.HeaderClassName
 {
   color: #6734AD;
 }
 .AnyTagClassName
 {
   color: #6734AD;
 }
</style>

background-color css

<style>
 a { background-color: #6734AD; }

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

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

border-color css

<style>
 span { border-color: #6734AD; }

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

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