Html Css Color HEX #693298 Royal Purple

📋 copy color: '#693298'

red 105 ◦ green 50 ◦ blue 152

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

Shades of Royal Purple #693298

Tints of Royal Purple #693298

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.29%

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

R = 34.2%
G = 16.29%
B = 49.51%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#693298 (or 0x693298) is known color: Royal Purple. HEX triplet: 69, 32 and 98. RGB value is (105,50,152). Sum of RGB (Red+Green+Blue) = 105+50+152=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #693298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693298 is #96CD67. Grayscale: #4D4D4D. Windows color (decimal): -9882984 or 9974377. OLE color: 9974377.

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

Color convert

RGB 105 50 152 -
CMYK 0.31 0.67 0 0.40
HSL 272.35º 0.5% 0.4% -
HSV(B) 272.35º 0.67% 0.6% -
XYZ 12.63 7.55 30.5 -
YUV 78.07 169.72 147.21 -
System Red Green Blue C M Y K H S L
Decimal 105 50 152 0.31 0.67 0 0.40 272.35 0.5 0.4
Hex 69 32 98 1F 43 0 28 110 32 28
Octal 151 62 230 37 103 0 50 420 62 50
Binary 1101001 110010 10011000 11111 1000011 0 101000 100010000 110010 101000

Color Harmonies of #693298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693298

Black with #693298

Text Example


Text Example

White with #693298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693298; }

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

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

background-color css

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

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

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

border-color css

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

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

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