Html Css Color HEX #6731BD Purple Heart

📋 copy color: '#6731BD'

red 103 ◦ green 49 ◦ blue 189

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

Shades of Purple Heart #6731BD

Tints of Purple Heart #6731BD

RGB

 RED value IS 103 (40.63% from 255) = 30.21%

 GREEN value IS 49 (19.53% from 255) = 14.37%

 BLUE value IS 189 (74.22% from 255) = 55.43%

R = 30.21%
G = 14.37%
B = 55.43%

CMYK

 C value IS 0.46

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6731BD (or 0x6731BD) is known color: Purple Heart. HEX triplet: 67, 31 and BD. RGB value is (103,49,189). Sum of RGB (Red+Green+Blue) = 103+49+189=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #6731BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6731BD is #98CE42. Grayscale: #505050. Windows color (decimal): -10014275 or 12398951. OLE color: 12398951.

HSL color Cylindrical-coordinate representation of color #6731BD: hue angle of 263.14º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6731BD is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 49 189 -
CMYK 0.46 0.74 0 0.26
HSL 263.14º 0.59% 0.47% -
HSV(B) 263.14º 0.74% 0.74% -
XYZ 15.88 8.75 49 -
YUV 81.11 188.89 143.62 -
System Red Green Blue C M Y K H S L
Decimal 103 49 189 0.46 0.74 0 0.26 263.14 0.59 0.47
Hex 67 31 BD 2E 4A 0 1A 107 3B 2F
Octal 147 61 275 56 112 0 32 407 73 57
Binary 1100111 110001 10111101 101110 1001010 0 11010 100000111 111011 101111

Color Harmonies of #6731BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6731BD

Black with #6731BD

Text Example


Text Example

White with #6731BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6731BD; }

 p { color: rgb(103,49,189); }

 H1.HeaderClassName
 {
   color: #6731BD;
 }
 .AnyTagClassName
 {
   color: #6731BD;
 }
</style>

background-color css

<style>
 a { background-color: #6731BD; }

 a { background-color: rgb(103,49,189); }

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

border-color css

<style>
 span { border-color: #6731BD; }

 span { border-color: rgb(103,49,189); }

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