Html Css Color HEX #6731B4 Purple Heart

📋 copy color: '#6731B4'

red 103 ◦ green 49 ◦ blue 180

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

Shades of Purple Heart #6731B4

Tints of Purple Heart #6731B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 54.22%

R = 31.02%
G = 14.76%
B = 54.22%

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

#6731B4 (or 0x6731B4) is known color: Purple Heart. HEX triplet: 67, 31 and B4. RGB value is (103,49,180). Sum of RGB (Red+Green+Blue) = 103+49+180=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 180 (70.70% from 255 or 54.22% from 332); Max value from RGB is 180 - color contains mainly: blue. Hex color #6731B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6731B4 is #98CE4B. Grayscale: #4F4F4F. Windows color (decimal): -10014284 or 11809127. OLE color: 11809127.

HSL color Cylindrical-coordinate representation of color #6731B4: hue angle of 264.73º degrees, saturation: 0.57, 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 #6731B4 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 103 49 180 -
CMYK 0.43 0.73 0 0.29
HSL 264.73º 0.57% 0.45% -
HSV(B) 264.73º 0.73% 0.71% -
XYZ 14.93 8.38 44.01 -
YUV 80.08 184.39 144.35 -
System Red Green Blue C M Y K H S L
Decimal 103 49 180 0.43 0.73 0 0.29 264.73 0.57 0.45
Hex 67 31 B4 2B 49 0 1D 109 39 2D
Octal 147 61 264 53 111 0 35 411 71 55
Binary 1100111 110001 10110100 101011 1001001 0 11101 100001001 111001 101101

Color Harmonies of #6731B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6731B4

Black with #6731B4

Text Example


Text Example

White with #6731B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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