Html Css Color HEX #69279F Royal Purple

📋 copy color: '#69279F'

red 105 ◦ green 39 ◦ blue 159

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

Shades of Royal Purple #69279F

Tints of Royal Purple #69279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.87%

 BLUE value IS 159 (62.5% from 255) = 52.48%

R = 34.65%
G = 12.87%
B = 52.48%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69279F (or 0x69279F) is known color: Royal Purple. HEX triplet: 69, 27 and 9F. RGB value is (105,39,159). Sum of RGB (Red+Green+Blue) = 105+39+159=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #69279F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69279F is #96D860. Grayscale: #484848. Windows color (decimal): -9885793 or 10430313. OLE color: 10430313.

HSL color Cylindrical-coordinate representation of color #69279F: hue angle of 273º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #69279F is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 39 159 -
CMYK 0.34 0.75 0 0.38
HSL 273º 0.61% 0.39% -
HSV(B) 273º 0.75% 0.62% -
XYZ 12.81 6.96 33.47 -
YUV 72.41 176.87 151.24 -
System Red Green Blue C M Y K H S L
Decimal 105 39 159 0.34 0.75 0 0.38 273 0.61 0.39
Hex 69 27 9F 22 4B 0 26 111 3D 27
Octal 151 47 237 42 113 0 46 421 75 47
Binary 1101001 100111 10011111 100010 1001011 0 100110 100010001 111101 100111

Color Harmonies of #69279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69279F

Black with #69279F

Text Example


Text Example

White with #69279F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69279F; }

 p { color: rgb(105,39,159); }

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

background-color css

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

 a { background-color: rgb(105,39,159); }

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

border-color css

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

 span { border-color: rgb(105,39,159); }

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