Html Css Color HEX #69339C Royal Purple

📋 copy color: '#69339C'

red 105 ◦ green 51 ◦ blue 156

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

Shades of Royal Purple #69339C

Tints of Royal Purple #69339C

RGB

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

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

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

R = 33.65%
G = 16.35%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69339C (or 0x69339C) is known color: Royal Purple. HEX triplet: 69, 33 and 9C. RGB value is (105,51,156). Sum of RGB (Red+Green+Blue) = 105+51+156=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #69339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69339C is #96CC63. Grayscale: #4E4E4E. Windows color (decimal): -9882724 or 10236777. OLE color: 10236777.

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

Color convert

RGB 105 51 156 -
CMYK 0.33 0.67 0 0.39
HSL 270.86º 0.51% 0.41% -
HSV(B) 270.86º 0.67% 0.61% -
XYZ 13.01 7.77 32.27 -
YUV 79.12 171.39 146.46 -
System Red Green Blue C M Y K H S L
Decimal 105 51 156 0.33 0.67 0 0.39 270.86 0.51 0.41
Hex 69 33 9C 21 43 0 27 10F 33 29
Octal 151 63 234 41 103 0 47 417 63 51
Binary 1101001 110011 10011100 100001 1000011 0 100111 100001111 110011 101001

Color Harmonies of #69339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69339C

Black with #69339C

Text Example


Text Example

White with #69339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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