Html Css Color HEX #693FB3 Royal Purple

📋 copy color: '#693FB3'

red 105 ◦ green 63 ◦ blue 179

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

Shades of Royal Purple #693FB3

Tints of Royal Purple #693FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 51.59%

R = 30.26%
G = 18.16%
B = 51.59%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#693FB3 (or 0x693FB3) is known color: Royal Purple. HEX triplet: 69, 3F and B3. RGB value is (105,63,179). Sum of RGB (Red+Green+Blue) = 105+63+179=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 179 (70.31% from 255 or 51.59% from 347); Max value from RGB is 179 - color contains mainly: blue. Hex color #693FB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693FB3 is #96C04C. Grayscale: #585858. Windows color (decimal): -9879629 or 11747177. OLE color: 11747177.

HSL color Cylindrical-coordinate representation of color #693FB3: hue angle of 261.72º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #693FB3 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 105 63 179 -
CMYK 0.41 0.65 0 0.30
HSL 261.72º 0.48% 0.47% -
HSV(B) 261.72º 0.65% 0.7% -
XYZ 15.74 9.81 43.71 -
YUV 88.78 178.91 139.57 -
System Red Green Blue C M Y K H S L
Decimal 105 63 179 0.41 0.65 0 0.30 261.72 0.48 0.47
Hex 69 3F B3 29 41 0 1E 106 30 2F
Octal 151 77 263 51 101 0 36 406 60 57
Binary 1101001 111111 10110011 101001 1000001 0 11110 100000110 110000 101111

Color Harmonies of #693FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693FB3

Black with #693FB3

Text Example


Text Example

White with #693FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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