Html Css Color HEX #6740AB Royal Purple

📋 copy color: '#6740AB'

red 103 ◦ green 64 ◦ blue 171

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

Shades of Royal Purple #6740AB

Tints of Royal Purple #6740AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.93%

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

R = 30.47%
G = 18.93%
B = 50.59%

CMYK

 C value IS 0.40

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6740AB (or 0x6740AB) is known color: Royal Purple. HEX triplet: 67, 40 and AB. RGB value is (103,64,171). Sum of RGB (Red+Green+Blue) = 103+64+171=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #6740AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6740AB is #98BF54. Grayscale: #575757. Windows color (decimal): -10010453 or 11223143. OLE color: 11223143.

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

Color convert

RGB 103 64 171 -
CMYK 0.40 0.63 0 0.33
HSL 261.87º 0.46% 0.46% -
HSV(B) 261.87º 0.63% 0.67% -
XYZ 14.78 9.49 39.58 -
YUV 87.86 174.92 138.8 -
System Red Green Blue C M Y K H S L
Decimal 103 64 171 0.40 0.63 0 0.33 261.87 0.46 0.46
Hex 67 40 AB 28 3F 0 21 106 2E 2E
Octal 147 100 253 50 77 0 41 406 56 56
Binary 1100111 1000000 10101011 101000 111111 0 100001 100000110 101110 101110

Color Harmonies of #6740AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6740AB

Black with #6740AB

Text Example


Text Example

White with #6740AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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