Html Css Color HEX #67309B Royal Purple

📋 copy color: '#67309B'

red 103 ◦ green 48 ◦ blue 155

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

Shades of Royal Purple #67309B

Tints of Royal Purple #67309B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.69%

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

R = 33.66%
G = 15.69%
B = 50.65%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67309B (or 0x67309B) is known color: Royal Purple. HEX triplet: 67, 30 and 9B. RGB value is (103,48,155). Sum of RGB (Red+Green+Blue) = 103+48+155=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #67309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67309B is #98CF64. Grayscale: #4C4C4C. Windows color (decimal): -10014565 or 10170471. OLE color: 10170471.

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

Color convert

RGB 103 48 155 -
CMYK 0.34 0.69 0 0.39
HSL 270.84º 0.53% 0.4% -
HSV(B) 270.84º 0.69% 0.61% -
XYZ 12.57 7.36 31.77 -
YUV 76.64 172.22 146.8 -
System Red Green Blue C M Y K H S L
Decimal 103 48 155 0.34 0.69 0 0.39 270.84 0.53 0.4
Hex 67 30 9B 22 45 0 27 10F 35 28
Octal 147 60 233 42 105 0 47 417 65 50
Binary 1100111 110000 10011011 100010 1000101 0 100111 100001111 110101 101000

Color Harmonies of #67309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67309B

Black with #67309B

Text Example


Text Example

White with #67309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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