Html Css Color HEX #6D45BB Purple Heart

📋 copy color: '#6D45BB'

red 109 ◦ green 69 ◦ blue 187

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

Shades of Purple Heart #6D45BB

Tints of Purple Heart #6D45BB

RGB

 RED value IS 109 (42.97% from 255) = 29.86%

 GREEN value IS 69 (27.34% from 255) = 18.9%

 BLUE value IS 187 (73.44% from 255) = 51.23%

R = 29.86%
G = 18.9%
B = 51.23%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D45BB (or 0x6D45BB) is known color: Purple Heart. HEX triplet: 6D, 45 and BB. RGB value is (109,69,187). Sum of RGB (Red+Green+Blue) = 109+69+187=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D45BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D45BB is #92BA44. Grayscale: #5D5D5D. Windows color (decimal): -9615941 or 12273005. OLE color: 12273005.

HSL color Cylindrical-coordinate representation of color #6D45BB: hue angle of 260.34º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D45BB is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 69 187 -
CMYK 0.42 0.63 0 0.27
HSL 260.34º 0.46% 0.5% -
HSV(B) 260.34º 0.63% 0.73% -
XYZ 17.4 11.1 48.24 -
YUV 94.41 180.25 138.41 -
System Red Green Blue C M Y K H S L
Decimal 109 69 187 0.42 0.63 0 0.27 260.34 0.46 0.5
Hex 6D 45 BB 2A 3F 0 1B 104 2E 32
Octal 155 105 273 52 77 0 33 404 56 62
Binary 1101101 1000101 10111011 101010 111111 0 11011 100000100 101110 110010

Color Harmonies of #6D45BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D45BB

Black with #6D45BB

Text Example


Text Example

White with #6D45BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,69,187); }

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

background-color css

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

 a { background-color: rgb(109,69,187); }

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

border-color css

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

 span { border-color: rgb(109,69,187); }

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