Html Css Color HEX #6731B6 Purple Heart

📋 copy color: '#6731B6'

red 103 ◦ green 49 ◦ blue 182

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

Shades of Purple Heart #6731B6

Tints of Purple Heart #6731B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 54.49%

R = 30.84%
G = 14.67%
B = 54.49%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6731B6 (or 0x6731B6) is known color: Purple Heart. HEX triplet: 67, 31 and B6. RGB value is (103,49,182). Sum of RGB (Red+Green+Blue) = 103+49+182=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 182 (71.48% from 255 or 54.49% from 334); Max value from RGB is 182 - color contains mainly: blue. Hex color #6731B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6731B6 is #98CE49. Grayscale: #4F4F4F. Windows color (decimal): -10014282 or 11940199. OLE color: 11940199.

HSL color Cylindrical-coordinate representation of color #6731B6: hue angle of 264.36º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6731B6 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 103 49 182 -
CMYK 0.43 0.73 0 0.29
HSL 264.36º 0.58% 0.45% -
HSV(B) 264.36º 0.73% 0.71% -
XYZ 15.14 8.46 45.09 -
YUV 80.31 185.39 144.19 -
System Red Green Blue C M Y K H S L
Decimal 103 49 182 0.43 0.73 0 0.29 264.36 0.58 0.45
Hex 67 31 B6 2B 49 0 1D 108 3A 2D
Octal 147 61 266 53 111 0 35 410 72 55
Binary 1100111 110001 10110110 101011 1001001 0 11101 100001000 111010 101101

Color Harmonies of #6731B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6731B6

Black with #6731B6

Text Example


Text Example

White with #6731B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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