Html Css Color HEX #6938BB Purple Heart

📋 copy color: '#6938BB'

red 105 ◦ green 56 ◦ blue 187

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

Shades of Purple Heart #6938BB

Tints of Purple Heart #6938BB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.09%

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

R = 30.17%
G = 16.09%
B = 53.74%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6938BB (or 0x6938BB) is known color: Purple Heart. HEX triplet: 69, 38 and BB. RGB value is (105,56,187). Sum of RGB (Red+Green+Blue) = 105+56+187=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #6938BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6938BB is #96C744. Grayscale: #555555. Windows color (decimal): -9881413 or 12269673. OLE color: 12269673.

HSL color Cylindrical-coordinate representation of color #6938BB: hue angle of 262.44º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6938BB is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 56 187 -
CMYK 0.44 0.70 0 0.27
HSL 262.44º 0.54% 0.48% -
HSV(B) 262.44º 0.7% 0.73% -
XYZ 16.21 9.42 47.98 -
YUV 85.59 185.23 141.85 -
System Red Green Blue C M Y K H S L
Decimal 105 56 187 0.44 0.70 0 0.27 262.44 0.54 0.48
Hex 69 38 BB 2C 46 0 1B 106 36 30
Octal 151 70 273 54 106 0 33 406 66 60
Binary 1101001 111000 10111011 101100 1000110 0 11011 100000110 110110 110000

Color Harmonies of #6938BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6938BB

Black with #6938BB

Text Example


Text Example

White with #6938BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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