Html Css Color HEX #6941BC Purple Heart

📋 copy color: '#6941BC'

red 105 ◦ green 65 ◦ blue 188

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

Shades of Purple Heart #6941BC

Tints of Purple Heart #6941BC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.16%

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 29.33%
G = 18.16%
B = 52.51%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6941BC (or 0x6941BC) is known color: Purple Heart. HEX triplet: 69, 41 and BC. RGB value is (105,65,188). Sum of RGB (Red+Green+Blue) = 105+65+188=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #6941BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6941BC is #96BE43. Grayscale: #5A5A5A. Windows color (decimal): -9879108 or 12337513. OLE color: 12337513.

HSL color Cylindrical-coordinate representation of color #6941BC: hue angle of 259.51º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6941BC is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 65 188 -
CMYK 0.44 0.65 0 0.26
HSL 259.51º 0.49% 0.5% -
HSV(B) 259.51º 0.65% 0.74% -
XYZ 16.79 10.41 48.7 -
YUV 90.98 182.75 138 -
System Red Green Blue C M Y K H S L
Decimal 105 65 188 0.44 0.65 0 0.26 259.51 0.49 0.5
Hex 69 41 BC 2C 41 0 1A 104 31 32
Octal 151 101 274 54 101 0 32 404 61 62
Binary 1101001 1000001 10111100 101100 1000001 0 11010 100000100 110001 110010

Color Harmonies of #6941BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6941BC

Black with #6941BC

Text Example


Text Example

White with #6941BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6941BC; }

 p { color: rgb(105,65,188); }

 H1.HeaderClassName
 {
   color: #6941BC;
 }
 .AnyTagClassName
 {
   color: #6941BC;
 }
</style>

background-color css

<style>
 a { background-color: #6941BC; }

 a { background-color: rgb(105,65,188); }

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

border-color css

<style>
 span { border-color: #6941BC; }

 span { border-color: rgb(105,65,188); }

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