Html Css Color HEX #67349D Royal Purple

📋 copy color: '#67349D'

red 103 ◦ green 52 ◦ blue 157

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

Shades of Royal Purple #67349D

Tints of Royal Purple #67349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.32%

R = 33.01%
G = 16.67%
B = 50.32%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#67349D (or 0x67349D) is known color: Royal Purple. HEX triplet: 67, 34 and 9D. RGB value is (103,52,157). Sum of RGB (Red+Green+Blue) = 103+52+157=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #67349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67349D is #98CB62. Grayscale: #4E4E4E. Windows color (decimal): -10013539 or 10302567. OLE color: 10302567.

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

Color convert

RGB 103 52 157 -
CMYK 0.34 0.67 0 0.38
HSL 269.14º 0.5% 0.41% -
HSV(B) 269.14º 0.67% 0.62% -
XYZ 12.91 7.77 32.72 -
YUV 79.22 171.9 144.96 -
System Red Green Blue C M Y K H S L
Decimal 103 52 157 0.34 0.67 0 0.38 269.14 0.5 0.41
Hex 67 34 9D 22 43 0 26 10D 32 29
Octal 147 64 235 42 103 0 46 415 62 51
Binary 1100111 110100 10011101 100010 1000011 0 100110 100001101 110010 101001

Color Harmonies of #67349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67349D

Black with #67349D

Text Example


Text Example

White with #67349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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