Html Css Color HEX #6937C6 Purple Heart

📋 copy color: '#6937C6'

red 105 ◦ green 55 ◦ blue 198

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

Shades of Purple Heart #6937C6

Tints of Purple Heart #6937C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 55.31%

R = 29.33%
G = 15.36%
B = 55.31%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6937C6 (or 0x6937C6) is known color: Purple Heart. HEX triplet: 69, 37 and C6. RGB value is (105,55,198). Sum of RGB (Red+Green+Blue) = 105+55+198=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 198 (77.73% from 255 or 55.31% from 358); Max value from RGB is 198 - color contains mainly: blue. Hex color #6937C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6937C6 is #96C839. Grayscale: #555555. Windows color (decimal): -9881658 or 12990313. OLE color: 12990313.

HSL color Cylindrical-coordinate representation of color #6937C6: hue angle of 260.98º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6937C6 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 105 55 198 -
CMYK 0.47 0.72 0 0.22
HSL 260.98º 0.57% 0.5% -
HSV(B) 260.98º 0.72% 0.78% -
XYZ 17.38 9.81 54.4 -
YUV 86.25 191.07 141.37 -
System Red Green Blue C M Y K H S L
Decimal 105 55 198 0.47 0.72 0 0.22 260.98 0.57 0.5
Hex 69 37 C6 2F 48 0 16 105 39 32
Octal 151 67 306 57 110 0 26 405 71 62
Binary 1101001 110111 11000110 101111 1001000 0 10110 100000101 111001 110010

Color Harmonies of #6937C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6937C6

Black with #6937C6

Text Example


Text Example

White with #6937C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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