Html Css Color HEX #6B229D Royal Purple

📋 copy color: '#6B229D'

red 107 ◦ green 34 ◦ blue 157

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

Shades of Royal Purple #6B229D

Tints of Royal Purple #6B229D

RGB

 RED value IS 107 (42.19% from 255) = 35.91%

 GREEN value IS 34 (13.67% from 255) = 11.41%

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

R = 35.91%
G = 11.41%
B = 52.68%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B229D (or 0x6B229D) is known color: Royal Purple. HEX triplet: 6B, 22 and 9D. RGB value is (107,34,157). Sum of RGB (Red+Green+Blue) = 107+34+157=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B229D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B229D is #94DD62. Grayscale: #454545. Windows color (decimal): -9756003 or 10297963. OLE color: 10297963.

HSL color Cylindrical-coordinate representation of color #6B229D: hue angle of 275.61º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B229D is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 34 157 -
CMYK 0.32 0.78 0 0.38
HSL 275.61º 0.64% 0.37% -
HSV(B) 275.61º 0.78% 0.62% -
XYZ 12.72 6.7 32.52 -
YUV 69.85 177.18 154.5 -
System Red Green Blue C M Y K H S L
Decimal 107 34 157 0.32 0.78 0 0.38 275.61 0.64 0.37
Hex 6B 22 9D 20 4E 0 26 114 40 25
Octal 153 42 235 40 116 0 46 424 100 45
Binary 1101011 100010 10011101 100000 1001110 0 100110 100010100 1000000 100101

Color Harmonies of #6B229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B229D

Black with #6B229D

Text Example


Text Example

White with #6B229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B229D; }

 p { color: rgb(107,34,157); }

 H1.HeaderClassName
 {
   color: #6B229D;
 }
 .AnyTagClassName
 {
   color: #6B229D;
 }
</style>

background-color css

<style>
 a { background-color: #6B229D; }

 a { background-color: rgb(107,34,157); }

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

border-color css

<style>
 span { border-color: #6B229D; }

 span { border-color: rgb(107,34,157); }

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