Html Css Color HEX #671B9B Royal Purple

📋 copy color: '#671B9B'

red 103 ◦ green 27 ◦ blue 155

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

Shades of Royal Purple #671B9B

Tints of Royal Purple #671B9B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.47%

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

R = 36.14%
G = 9.47%
B = 54.39%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#671B9B (or 0x671B9B) is known color: Royal Purple. HEX triplet: 67, 1B and 9B. RGB value is (103,27,155). Sum of RGB (Red+Green+Blue) = 103+27+155=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #671B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671B9B is #98E464. Grayscale: #3F3F3F. Windows color (decimal): -10019941 or 10165095. OLE color: 10165095.

HSL color Cylindrical-coordinate representation of color #671B9B: hue angle of 275.62º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671B9B is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 27 155 -
CMYK 0.34 0.83 0 0.39
HSL 275.63º 0.7% 0.36% -
HSV(B) 275.63º 0.83% 0.61% -
XYZ 11.9 6.03 31.55 -
YUV 64.32 179.18 155.59 -
System Red Green Blue C M Y K H S L
Decimal 103 27 155 0.34 0.83 0 0.39 275.63 0.7 0.36
Hex 67 1B 9B 22 53 0 27 114 46 24
Octal 147 33 233 42 123 0 47 424 106 44
Binary 1100111 11011 10011011 100010 1010011 0 100111 100010100 1000110 100100

Color Harmonies of #671B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671B9B

Black with #671B9B

Text Example


Text Example

White with #671B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671B9B; }

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

 H1.HeaderClassName
 {
   color: #671B9B;
 }
 .AnyTagClassName
 {
   color: #671B9B;
 }
</style>

background-color css

<style>
 a { background-color: #671B9B; }

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

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

border-color css

<style>
 span { border-color: #671B9B; }

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

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