Html Css Color HEX #6939AF Royal Purple

📋 copy color: '#6939AF'

red 105 ◦ green 57 ◦ blue 175

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

Shades of Royal Purple #6939AF

Tints of Royal Purple #6939AF

RGB

 RED value IS 105 (41.41% from 255) = 31.16%

 GREEN value IS 57 (22.66% from 255) = 16.91%

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

R = 31.16%
G = 16.91%
B = 51.93%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6939AF (or 0x6939AF) is known color: Royal Purple. HEX triplet: 69, 39 and AF. RGB value is (105,57,175). Sum of RGB (Red+Green+Blue) = 105+57+175=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #6939AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6939AF is #96C650. Grayscale: #545454. Windows color (decimal): -9881169 or 11483497. OLE color: 11483497.

HSL color Cylindrical-coordinate representation of color #6939AF: hue angle of 264.41º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6939AF is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 57 175 -
CMYK 0.40 0.67 0 0.31
HSL 264.41º 0.51% 0.45% -
HSV(B) 264.41º 0.67% 0.69% -
XYZ 15.03 9.02 41.51 -
YUV 84.8 178.9 142.41 -
System Red Green Blue C M Y K H S L
Decimal 105 57 175 0.40 0.67 0 0.31 264.41 0.51 0.45
Hex 69 39 AF 28 43 0 1F 108 33 2D
Octal 151 71 257 50 103 0 37 410 63 55
Binary 1101001 111001 10101111 101000 1000011 0 11111 100001000 110011 101101

Color Harmonies of #6939AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6939AF

Black with #6939AF

Text Example


Text Example

White with #6939AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,57,175); }

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

background-color css

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

 a { background-color: rgb(105,57,175); }

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

border-color css

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

 span { border-color: rgb(105,57,175); }

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