Html Css Color HEX #6937BB Purple Heart

📋 copy color: '#6937BB'

red 105 ◦ green 55 ◦ blue 187

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

Shades of Purple Heart #6937BB

Tints of Purple Heart #6937BB

RGB

 RED value IS 105 (41.41% from 255) = 30.26%

 GREEN value IS 55 (21.88% from 255) = 15.85%

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

R = 30.26%
G = 15.85%
B = 53.89%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6937BB (or 0x6937BB) is known color: Purple Heart. HEX triplet: 69, 37 and BB. RGB value is (105,55,187). Sum of RGB (Red+Green+Blue) = 105+55+187=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #6937BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6937BB is #96C844. Grayscale: #545454. Windows color (decimal): -9881669 or 12269417. OLE color: 12269417.

HSL color Cylindrical-coordinate representation of color #6937BB: hue angle of 262.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6937BB is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 55 187 -
CMYK 0.44 0.71 0 0.27
HSL 262.73º 0.55% 0.47% -
HSV(B) 262.73º 0.71% 0.73% -
XYZ 16.16 9.32 47.96 -
YUV 85 185.57 142.27 -
System Red Green Blue C M Y K H S L
Decimal 105 55 187 0.44 0.71 0 0.27 262.73 0.55 0.47
Hex 69 37 BB 2C 47 0 1B 107 37 2F
Octal 151 67 273 54 107 0 33 407 67 57
Binary 1101001 110111 10111011 101100 1000111 0 11011 100000111 110111 101111

Color Harmonies of #6937BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6937BB

Black with #6937BB

Text Example


Text Example

White with #6937BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6937BB; }

 p { color: rgb(105,55,187); }

 H1.HeaderClassName
 {
   color: #6937BB;
 }
 .AnyTagClassName
 {
   color: #6937BB;
 }
</style>

background-color css

<style>
 a { background-color: #6937BB; }

 a { background-color: rgb(105,55,187); }

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

border-color css

<style>
 span { border-color: #6937BB; }

 span { border-color: rgb(105,55,187); }

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