Html Css Color HEX #6731AF Purple Heart

📋 copy color: '#6731AF'

red 103 ◦ green 49 ◦ blue 175

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

Shades of Purple Heart #6731AF

Tints of Purple Heart #6731AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.52%

R = 31.5%
G = 14.98%
B = 53.52%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6731AF (or 0x6731AF) is known color: Purple Heart. HEX triplet: 67, 31 and AF. RGB value is (103,49,175). Sum of RGB (Red+Green+Blue) = 103+49+175=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #6731AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6731AF is #98CE50. Grayscale: #4F4F4F. Windows color (decimal): -10014289 or 11481447. OLE color: 11481447.

HSL color Cylindrical-coordinate representation of color #6731AF: hue angle of 265.71º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6731AF is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 103 49 175 -
CMYK 0.41 0.72 0 0.31
HSL 265.71º 0.56% 0.44% -
HSV(B) 265.71º 0.72% 0.69% -
XYZ 14.43 8.18 41.37 -
YUV 79.51 181.89 144.75 -
System Red Green Blue C M Y K H S L
Decimal 103 49 175 0.41 0.72 0 0.31 265.71 0.56 0.44
Hex 67 31 AF 29 48 0 1F 10A 38 2C
Octal 147 61 257 51 110 0 37 412 70 54
Binary 1100111 110001 10101111 101001 1001000 0 11111 100001010 111000 101100

Color Harmonies of #6731AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6731AF

Black with #6731AF

Text Example


Text Example

White with #6731AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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