Html Css Color HEX #67349B Royal Purple

📋 copy color: '#67349B'

red 103 ◦ green 52 ◦ blue 155

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

Shades of Royal Purple #67349B

Tints of Royal Purple #67349B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.77%

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

R = 33.23%
G = 16.77%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67349B (or 0x67349B) is known color: Royal Purple. HEX triplet: 67, 34 and 9B. RGB value is (103,52,155). Sum of RGB (Red+Green+Blue) = 103+52+155=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #67349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67349B is #98CB64. Grayscale: #4E4E4E. Windows color (decimal): -10013541 or 10171495. OLE color: 10171495.

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

Color convert

RGB 103 52 155 -
CMYK 0.34 0.66 0 0.39
HSL 269.71º 0.5% 0.41% -
HSV(B) 269.71º 0.66% 0.61% -
XYZ 12.74 7.71 31.83 -
YUV 78.99 170.9 145.12 -
System Red Green Blue C M Y K H S L
Decimal 103 52 155 0.34 0.66 0 0.39 269.71 0.5 0.41
Hex 67 34 9B 22 42 0 27 10E 32 29
Octal 147 64 233 42 102 0 47 416 62 51
Binary 1100111 110100 10011011 100010 1000010 0 100111 100001110 110010 101001

Color Harmonies of #67349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67349B

Black with #67349B

Text Example


Text Example

White with #67349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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