Html Css Color HEX #6931AF Purple Heart

📋 copy color: '#6931AF'

red 105 ◦ green 49 ◦ blue 175

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

Shades of Purple Heart #6931AF

Tints of Purple Heart #6931AF

RGB

 RED value IS 105 (41.41% from 255) = 31.91%

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

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

R = 31.91%
G = 14.89%
B = 53.19%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6931AF (or 0x6931AF) is known color: Purple Heart. HEX triplet: 69, 31 and AF. RGB value is (105,49,175). Sum of RGB (Red+Green+Blue) = 105+49+175=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #6931AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6931AF is #96CE50. Grayscale: #4F4F4F. Windows color (decimal): -9883217 or 11481449. OLE color: 11481449.

HSL color Cylindrical-coordinate representation of color #6931AF: hue angle of 266.67º 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 #6931AF is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 49 175 -
CMYK 0.40 0.72 0 0.31
HSL 266.67º 0.56% 0.44% -
HSV(B) 266.67º 0.72% 0.69% -
XYZ 14.66 8.3 41.39 -
YUV 80.11 181.55 145.75 -
System Red Green Blue C M Y K H S L
Decimal 105 49 175 0.40 0.72 0 0.31 266.67 0.56 0.44
Hex 69 31 AF 28 48 0 1F 10B 38 2C
Octal 151 61 257 50 110 0 37 413 70 54
Binary 1101001 110001 10101111 101000 1001000 0 11111 100001011 111000 101100

Color Harmonies of #6931AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6931AF

Black with #6931AF

Text Example


Text Example

White with #6931AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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