Html Css Color HEX #69299B Royal Purple

📋 copy color: '#69299B'

red 105 ◦ green 41 ◦ blue 155

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

Shades of Royal Purple #69299B

Tints of Royal Purple #69299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

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

R = 34.88%
G = 13.62%
B = 51.5%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69299B (or 0x69299B) is known color: Royal Purple. HEX triplet: 69, 29 and 9B. RGB value is (105,41,155). Sum of RGB (Red+Green+Blue) = 105+41+155=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #69299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69299B is #96D664. Grayscale: #484848. Windows color (decimal): -9885285 or 10168681. OLE color: 10168681.

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

Color convert

RGB 105 41 155 -
CMYK 0.32 0.74 0 0.39
HSL 273.68º 0.58% 0.38% -
HSV(B) 273.68º 0.74% 0.61% -
XYZ 12.54 6.96 31.69 -
YUV 73.13 174.2 150.73 -
System Red Green Blue C M Y K H S L
Decimal 105 41 155 0.32 0.74 0 0.39 273.68 0.58 0.38
Hex 69 29 9B 20 4A 0 27 112 3A 26
Octal 151 51 233 40 112 0 47 422 72 46
Binary 1101001 101001 10011011 100000 1001010 0 100111 100010010 111010 100110

Color Harmonies of #69299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69299B

Black with #69299B

Text Example


Text Example

White with #69299B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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