Html Css Color HEX #69309B Royal Purple

📋 copy color: '#69309B'

red 105 ◦ green 48 ◦ blue 155

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

Shades of Royal Purple #69309B

Tints of Royal Purple #69309B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.58%

 BLUE value IS 155 (60.94% from 255) = 50.32%

R = 34.09%
G = 15.58%
B = 50.32%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69309B (or 0x69309B) is known color: Royal Purple. HEX triplet: 69, 30 and 9B. RGB value is (105,48,155). Sum of RGB (Red+Green+Blue) = 105+48+155=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #69309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69309B is #96CF64. Grayscale: #4C4C4C. Windows color (decimal): -9883493 or 10170473. OLE color: 10170473.

HSL color Cylindrical-coordinate representation of color #69309B: hue angle of 271.96º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69309B is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 48 155 -
CMYK 0.32 0.69 0 0.39
HSL 271.96º 0.53% 0.4% -
HSV(B) 271.96º 0.69% 0.61% -
XYZ 12.8 7.48 31.78 -
YUV 77.24 171.88 147.8 -
System Red Green Blue C M Y K H S L
Decimal 105 48 155 0.32 0.69 0 0.39 271.96 0.53 0.4
Hex 69 30 9B 20 45 0 27 110 35 28
Octal 151 60 233 40 105 0 47 420 65 50
Binary 1101001 110000 10011011 100000 1000101 0 100111 100010000 110101 101000

Color Harmonies of #69309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69309B

Black with #69309B

Text Example


Text Example

White with #69309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69309B; }

 p { color: rgb(105,48,155); }

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

background-color css

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

 a { background-color: rgb(105,48,155); }

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

border-color css

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

 span { border-color: rgb(105,48,155); }

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