Html Css Color HEX #69359C Royal Purple

📋 copy color: '#69359C'

red 105 ◦ green 53 ◦ blue 156

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

Shades of Royal Purple #69359C

Tints of Royal Purple #69359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.88%

 BLUE value IS 156 (61.33% from 255) = 49.68%

R = 33.44%
G = 16.88%
B = 49.68%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69359C (or 0x69359C) is known color: Royal Purple. HEX triplet: 69, 35 and 9C. RGB value is (105,53,156). Sum of RGB (Red+Green+Blue) = 105+53+156=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #69359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69359C is #96CA63. Grayscale: #4F4F4F. Windows color (decimal): -9882212 or 10237289. OLE color: 10237289.

HSL color Cylindrical-coordinate representation of color #69359C: hue angle of 270.29º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69359C is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 53 156 -
CMYK 0.33 0.66 0 0.39
HSL 270.29º 0.49% 0.41% -
HSV(B) 270.29º 0.66% 0.61% -
XYZ 13.1 7.95 32.3 -
YUV 80.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 105 53 156 0.33 0.66 0 0.39 270.29 0.49 0.41
Hex 69 35 9C 21 42 0 27 10E 31 29
Octal 151 65 234 41 102 0 47 416 61 51
Binary 1101001 110101 10011100 100001 1000010 0 100111 100001110 110001 101001

Color Harmonies of #69359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69359C

Black with #69359C

Text Example


Text Example

White with #69359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69359C; }

 p { color: rgb(105,53,156); }

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

background-color css

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

 a { background-color: rgb(105,53,156); }

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

border-color css

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

 span { border-color: rgb(105,53,156); }

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