Html Css Color HEX #6740AF Royal Purple

📋 copy color: '#6740AF'

red 103 ◦ green 64 ◦ blue 175

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

Shades of Royal Purple #6740AF

Tints of Royal Purple #6740AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.17%

R = 30.12%
G = 18.71%
B = 51.17%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6740AF (or 0x6740AF) is known color: Royal Purple. HEX triplet: 67, 40 and AF. RGB value is (103,64,175). Sum of RGB (Red+Green+Blue) = 103+64+175=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #6740AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6740AF is #98BF50. Grayscale: #575757. Windows color (decimal): -10010449 or 11485287. OLE color: 11485287.

HSL color Cylindrical-coordinate representation of color #6740AF: hue angle of 261.08º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6740AF is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 103 64 175 -
CMYK 0.41 0.63 0 0.31
HSL 261.08º 0.46% 0.47% -
HSV(B) 261.08º 0.63% 0.69% -
XYZ 15.16 9.65 41.62 -
YUV 88.32 176.92 138.47 -
System Red Green Blue C M Y K H S L
Decimal 103 64 175 0.41 0.63 0 0.31 261.08 0.46 0.47
Hex 67 40 AF 29 3F 0 1F 105 2E 2F
Octal 147 100 257 51 77 0 37 405 56 57
Binary 1100111 1000000 10101111 101001 111111 0 11111 100000101 101110 101111

Color Harmonies of #6740AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6740AF

Black with #6740AF

Text Example


Text Example

White with #6740AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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