Html Css Color HEX #693398 Royal Purple

📋 copy color: '#693398'

red 105 ◦ green 51 ◦ blue 152

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

Shades of Royal Purple #693398

Tints of Royal Purple #693398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.56%

 BLUE value IS 152 (59.77% from 255) = 49.35%

R = 34.09%
G = 16.56%
B = 49.35%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#693398 (or 0x693398) is known color: Royal Purple. HEX triplet: 69, 33 and 98. RGB value is (105,51,152). Sum of RGB (Red+Green+Blue) = 105+51+152=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #693398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693398 is #96CC67. Grayscale: #4E4E4E. Windows color (decimal): -9882728 or 9974633. OLE color: 9974633.

HSL color Cylindrical-coordinate representation of color #693398: hue angle of 272.08º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #693398 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 51 152 -
CMYK 0.31 0.66 0 0.40
HSL 272.08º 0.5% 0.4% -
HSV(B) 272.08º 0.66% 0.6% -
XYZ 12.68 7.64 30.51 -
YUV 78.66 169.39 146.79 -
System Red Green Blue C M Y K H S L
Decimal 105 51 152 0.31 0.66 0 0.40 272.08 0.5 0.4
Hex 69 33 98 1F 42 0 28 110 32 28
Octal 151 63 230 37 102 0 50 420 62 50
Binary 1101001 110011 10011000 11111 1000010 0 101000 100010000 110010 101000

Color Harmonies of #693398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693398

Black with #693398

Text Example


Text Example

White with #693398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693398; }

 p { color: rgb(105,51,152); }

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

background-color css

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

 a { background-color: rgb(105,51,152); }

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

border-color css

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

 span { border-color: rgb(105,51,152); }

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