Html Css Color HEX #6731BC Purple Heart

📋 copy color: '#6731BC'

red 103 ◦ green 49 ◦ blue 188

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

Shades of Purple Heart #6731BC

Tints of Purple Heart #6731BC

RGB

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

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

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

R = 30.29%
G = 14.41%
B = 55.29%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6731BC (or 0x6731BC) is known color: Purple Heart. HEX triplet: 67, 31 and BC. RGB value is (103,49,188). Sum of RGB (Red+Green+Blue) = 103+49+188=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #6731BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6731BC is #98CE43. Grayscale: #505050. Windows color (decimal): -10014276 or 12333415. OLE color: 12333415.

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

Color convert

RGB 103 49 188 -
CMYK 0.45 0.74 0 0.26
HSL 263.31º 0.59% 0.46% -
HSV(B) 263.31º 0.74% 0.74% -
XYZ 15.77 8.71 48.43 -
YUV 80.99 188.39 143.7 -
System Red Green Blue C M Y K H S L
Decimal 103 49 188 0.45 0.74 0 0.26 263.31 0.59 0.46
Hex 67 31 BC 2D 4A 0 1A 107 3B 2E
Octal 147 61 274 55 112 0 32 407 73 56
Binary 1100111 110001 10111100 101101 1001010 0 11010 100000111 111011 101110

Color Harmonies of #6731BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6731BC

Black with #6731BC

Text Example


Text Example

White with #6731BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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