Html Css Color HEX #6F3AD5 Purple Heart

📋 copy color: '#6F3AD5'

red 111 ◦ green 58 ◦ blue 213

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

Shades of Purple Heart #6F3AD5

Tints of Purple Heart #6F3AD5

RGB

 RED value IS 111 (43.75% from 255) = 29.06%

 GREEN value IS 58 (23.05% from 255) = 15.18%

 BLUE value IS 213 (83.59% from 255) = 55.76%

R = 29.06%
G = 15.18%
B = 55.76%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6F3AD5 (or 0x6F3AD5) is known color: Purple Heart. HEX triplet: 6F, 3A and D5. RGB value is (111,58,213). Sum of RGB (Red+Green+Blue) = 111+58+213=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 213 (83.59% from 255 or 55.76% from 382); Max value from RGB is 213 - color contains mainly: blue. Hex color #6F3AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3AD5 is #90C52A. Grayscale: #5A5A5A. Windows color (decimal): -9487659 or 13974127. OLE color: 13974127.

HSL color Cylindrical-coordinate representation of color #6F3AD5: hue angle of 260.52º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F3AD5 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 58 213 -
CMYK 0.48 0.73 0 0.16
HSL 260.52º 0.65% 0.53% -
HSV(B) 260.52º 0.73% 0.84% -
XYZ 20.08 11.21 64.06 -
YUV 91.52 196.56 141.9 -
System Red Green Blue C M Y K H S L
Decimal 111 58 213 0.48 0.73 0 0.16 260.52 0.65 0.53
Hex 6F 3A D5 30 49 0 10 105 41 35
Octal 157 72 325 60 111 0 20 405 101 65
Binary 1101111 111010 11010101 110000 1001001 0 10000 100000101 1000001 110101

Color Harmonies of #6F3AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3AD5

Black with #6F3AD5

Text Example


Text Example

White with #6F3AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F3AD5; }

 p { color: rgb(111,58,213); }

 H1.HeaderClassName
 {
   color: #6F3AD5;
 }
 .AnyTagClassName
 {
   color: #6F3AD5;
 }
</style>

background-color css

<style>
 a { background-color: #6F3AD5; }

 a { background-color: rgb(111,58,213); }

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

border-color css

<style>
 span { border-color: #6F3AD5; }

 span { border-color: rgb(111,58,213); }

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