Html Css Color HEX #693F90 Royal Purple

📋 copy color: '#693F90'

red 105 ◦ green 63 ◦ blue 144

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

Shades of Royal Purple #693F90

Tints of Royal Purple #693F90

RGB

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

 GREEN value IS 63 (25% from 255) = 20.19%

 BLUE value IS 144 (56.64% from 255) = 46.15%

R = 33.65%
G = 20.19%
B = 46.15%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#693F90 (or 0x693F90) is known color: Royal Purple. HEX triplet: 69, 3F and 90. RGB value is (105,63,144). Sum of RGB (Red+Green+Blue) = 105+63+144=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #693F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693F90 is #96C06F. Grayscale: #545454. Windows color (decimal): -9879664 or 9453417. OLE color: 9453417.

HSL color Cylindrical-coordinate representation of color #693F90: hue angle of 271.11º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #693F90 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 63 144 -
CMYK 0.27 0.56 0 0.44
HSL 271.11º 0.39% 0.41% -
HSV(B) 271.11º 0.56% 0.56% -
XYZ 12.64 8.57 27.37 -
YUV 84.79 161.41 142.41 -
System Red Green Blue C M Y K H S L
Decimal 105 63 144 0.27 0.56 0 0.44 271.11 0.39 0.41
Hex 69 3F 90 1B 38 0 2C 10F 27 29
Octal 151 77 220 33 70 0 54 417 47 51
Binary 1101001 111111 10010000 11011 111000 0 101100 100001111 100111 101001

Color Harmonies of #693F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F90

Black with #693F90

Text Example


Text Example

White with #693F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693F90; }

 p { color: rgb(105,63,144); }

 H1.HeaderClassName
 {
   color: #693F90;
 }
 .AnyTagClassName
 {
   color: #693F90;
 }
</style>

background-color css

<style>
 a { background-color: #693F90; }

 a { background-color: rgb(105,63,144); }

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

border-color css

<style>
 span { border-color: #693F90; }

 span { border-color: rgb(105,63,144); }

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