Html Css Color HEX #67469B Royal Purple

📋 copy color: '#67469B'

red 103 ◦ green 70 ◦ blue 155

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

Shades of Royal Purple #67469B

Tints of Royal Purple #67469B

RGB

 RED value IS 103 (40.63% from 255) = 31.4%

 GREEN value IS 70 (27.73% from 255) = 21.34%

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

R = 31.4%
G = 21.34%
B = 47.26%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67469B (or 0x67469B) is known color: Royal Purple. HEX triplet: 67, 46 and 9B. RGB value is (103,70,155). Sum of RGB (Red+Green+Blue) = 103+70+155=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #67469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67469B is #98B964. Grayscale: #595959. Windows color (decimal): -10008933 or 10176103. OLE color: 10176103.

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

Color convert

RGB 103 70 155 -
CMYK 0.34 0.55 0 0.39
HSL 263.29º 0.38% 0.44% -
HSV(B) 263.29º 0.55% 0.61% -
XYZ 13.7 9.63 32.15 -
YUV 89.56 164.93 137.59 -
System Red Green Blue C M Y K H S L
Decimal 103 70 155 0.34 0.55 0 0.39 263.29 0.38 0.44
Hex 67 46 9B 22 37 0 27 107 26 2C
Octal 147 106 233 42 67 0 47 407 46 54
Binary 1100111 1000110 10011011 100010 110111 0 100111 100000111 100110 101100

Color Harmonies of #67469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67469B

Black with #67469B

Text Example


Text Example

White with #67469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,70,155); }

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

background-color css

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

 a { background-color: rgb(103,70,155); }

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

border-color css

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

 span { border-color: rgb(103,70,155); }

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