Html Css Color HEX #6734AB Royal Purple

📋 copy color: '#6734AB'

red 103 ◦ green 52 ◦ blue 171

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

Shades of Royal Purple #6734AB

Tints of Royal Purple #6734AB

RGB

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

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

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

R = 31.6%
G = 15.95%
B = 52.45%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6734AB (or 0x6734AB) is known color: Royal Purple. HEX triplet: 67, 34 and AB. RGB value is (103,52,171). Sum of RGB (Red+Green+Blue) = 103+52+171=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #6734AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6734AB is #98CB54. Grayscale: #505050. Windows color (decimal): -10013525 or 11220071. OLE color: 11220071.

HSL color Cylindrical-coordinate representation of color #6734AB: hue angle of 265.71º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6734AB is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 52 171 -
CMYK 0.40 0.70 0 0.33
HSL 265.71º 0.53% 0.44% -
HSV(B) 265.71º 0.7% 0.67% -
XYZ 14.17 8.28 39.38 -
YUV 80.82 178.9 143.82 -
System Red Green Blue C M Y K H S L
Decimal 103 52 171 0.40 0.70 0 0.33 265.71 0.53 0.44
Hex 67 34 AB 28 46 0 21 10A 35 2C
Octal 147 64 253 50 106 0 41 412 65 54
Binary 1100111 110100 10101011 101000 1000110 0 100001 100001010 110101 101100

Color Harmonies of #6734AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6734AB

Black with #6734AB

Text Example


Text Example

White with #6734AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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