Html Css Color HEX #6731DB Purple Heart

📋 copy color: '#6731DB'

red 103 ◦ green 49 ◦ blue 219

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

Shades of Purple Heart #6731DB

Tints of Purple Heart #6731DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.03%

R = 27.76%
G = 13.21%
B = 59.03%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6731DB (or 0x6731DB) is known color: Purple Heart. HEX triplet: 67, 31 and DB. RGB value is (103,49,219). Sum of RGB (Red+Green+Blue) = 103+49+219=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #6731DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6731DB is #98CE24. Grayscale: #535353. Windows color (decimal): -10014245 or 14365031. OLE color: 14365031.

HSL color Cylindrical-coordinate representation of color #6731DB: hue angle of 259.06º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6731DB is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 49 219 -
CMYK 0.53 0.78 0 0.14
HSL 259.06º 0.7% 0.53% -
HSV(B) 259.06º 0.78% 0.86% -
XYZ 19.48 10.19 67.96 -
YUV 84.53 203.89 141.18 -
System Red Green Blue C M Y K H S L
Decimal 103 49 219 0.53 0.78 0 0.14 259.06 0.7 0.53
Hex 67 31 DB 35 4E 0 E 103 46 35
Octal 147 61 333 65 116 0 16 403 106 65
Binary 1100111 110001 11011011 110101 1001110 0 1110 100000011 1000110 110101

Color Harmonies of #6731DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6731DB

Black with #6731DB

Text Example


Text Example

White with #6731DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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