Html Css Color HEX #6937C1 Purple Heart

📋 copy color: '#6937C1'

red 105 ◦ green 55 ◦ blue 193

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

Shades of Purple Heart #6937C1

Tints of Purple Heart #6937C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 54.67%

R = 29.75%
G = 15.58%
B = 54.67%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6937C1 (or 0x6937C1) is known color: Purple Heart. HEX triplet: 69, 37 and C1. RGB value is (105,55,193). Sum of RGB (Red+Green+Blue) = 105+55+193=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #6937C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6937C1 is #96C83E. Grayscale: #555555. Windows color (decimal): -9881663 or 12662633. OLE color: 12662633.

HSL color Cylindrical-coordinate representation of color #6937C1: hue angle of 261.74º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6937C1 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 55 193 -
CMYK 0.46 0.72 0 0.24
HSL 261.74º 0.56% 0.49% -
HSV(B) 261.74º 0.72% 0.76% -
XYZ 16.82 9.59 51.42 -
YUV 85.68 188.57 141.78 -
System Red Green Blue C M Y K H S L
Decimal 105 55 193 0.46 0.72 0 0.24 261.74 0.56 0.49
Hex 69 37 C1 2E 48 0 18 106 38 31
Octal 151 67 301 56 110 0 30 406 70 61
Binary 1101001 110111 11000001 101110 1001000 0 11000 100000110 111000 110001

Color Harmonies of #6937C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6937C1

Black with #6937C1

Text Example


Text Example

White with #6937C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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