Html Css Color HEX #6F39D5 Purple Heart

📋 copy color: '#6F39D5'

red 111 ◦ green 57 ◦ blue 213

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

Shades of Purple Heart #6F39D5

Tints of Purple Heart #6F39D5

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.96%

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

R = 29.13%
G = 14.96%
B = 55.91%

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

#6F39D5 (or 0x6F39D5) is known color: Purple Heart. HEX triplet: 6F, 39 and D5. RGB value is (111,57,213). Sum of RGB (Red+Green+Blue) = 111+57+213=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 213 (83.59% from 255 or 55.91% from 381); Max value from RGB is 213 - color contains mainly: blue. Hex color #6F39D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F39D5 is #90C62A. Grayscale: #5A5A5A. Windows color (decimal): -9487915 or 13973871. OLE color: 13973871.

HSL color Cylindrical-coordinate representation of color #6F39D5: hue angle of 260.77º 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 #6F39D5 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 57 213 -
CMYK 0.48 0.73 0 0.16
HSL 260.77º 0.65% 0.53% -
HSV(B) 260.77º 0.73% 0.84% -
XYZ 20.03 11.11 64.04 -
YUV 90.93 196.89 142.32 -
System Red Green Blue C M Y K H S L
Decimal 111 57 213 0.48 0.73 0 0.16 260.77 0.65 0.53
Hex 6F 39 D5 30 49 0 10 105 41 35
Octal 157 71 325 60 111 0 20 405 101 65
Binary 1101111 111001 11010101 110000 1001001 0 10000 100000101 1000001 110101

Color Harmonies of #6F39D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F39D5

Black with #6F39D5

Text Example


Text Example

White with #6F39D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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