Html Css Color HEX #6B2DA5 Royal Purple

📋 copy color: '#6B2DA5'

red 107 ◦ green 45 ◦ blue 165

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

Shades of Royal Purple #6B2DA5

Tints of Royal Purple #6B2DA5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.2%

 BLUE value IS 165 (64.84% from 255) = 52.05%

R = 33.75%
G = 14.2%
B = 52.05%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6B2DA5 (or 0x6B2DA5) is known color: Royal Purple. HEX triplet: 6B, 2D and A5. RGB value is (107,45,165). Sum of RGB (Red+Green+Blue) = 107+45+165=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 165 (64.84% from 255 or 52.05% from 317); Max value from RGB is 165 - color contains mainly: blue. Hex color #6B2DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2DA5 is #94D25A. Grayscale: #4C4C4C. Windows color (decimal): -9753179 or 10825067. OLE color: 10825067.

HSL color Cylindrical-coordinate representation of color #6B2DA5: hue angle of 271º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B2DA5 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 107 45 165 -
CMYK 0.35 0.73 0 0.35
HSL 271º 0.57% 0.41% -
HSV(B) 271º 0.73% 0.65% -
XYZ 13.79 7.72 36.36 -
YUV 77.22 177.54 149.24 -
System Red Green Blue C M Y K H S L
Decimal 107 45 165 0.35 0.73 0 0.35 271 0.57 0.41
Hex 6B 2D A5 23 49 0 23 10F 39 29
Octal 153 55 245 43 111 0 43 417 71 51
Binary 1101011 101101 10100101 100011 1001001 0 100011 100001111 111001 101001

Color Harmonies of #6B2DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2DA5

Black with #6B2DA5

Text Example


Text Example

White with #6B2DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,45,165); }

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

background-color css

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

 a { background-color: rgb(107,45,165); }

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

border-color css

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

 span { border-color: rgb(107,45,165); }

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