Html Css Color HEX #6A39BF Purple Heart

📋 copy color: '#6A39BF'

red 106 ◦ green 57 ◦ blue 191

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

Shades of Purple Heart #6A39BF

Tints of Purple Heart #6A39BF

RGB

 RED value IS 106 (41.8% from 255) = 29.94%

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

 BLUE value IS 191 (75% from 255) = 53.95%

R = 29.94%
G = 16.1%
B = 53.95%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6A39BF (or 0x6A39BF) is known color: Purple Heart. HEX triplet: 6A, 39 and BF. RGB value is (106,57,191). Sum of RGB (Red+Green+Blue) = 106+57+191=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A39BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A39BF is #95C640. Grayscale: #565656. Windows color (decimal): -9815617 or 12532074. OLE color: 12532074.

HSL color Cylindrical-coordinate representation of color #6A39BF: hue angle of 261.94º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A39BF is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 57 191 -
CMYK 0.45 0.70 0 0.25
HSL 261.94º 0.54% 0.49% -
HSV(B) 261.94º 0.7% 0.75% -
XYZ 16.81 9.75 50.29 -
YUV 86.93 186.73 141.6 -
System Red Green Blue C M Y K H S L
Decimal 106 57 191 0.45 0.70 0 0.25 261.94 0.54 0.49
Hex 6A 39 BF 2D 46 0 19 106 36 31
Octal 152 71 277 55 106 0 31 406 66 61
Binary 1101010 111001 10111111 101101 1000110 0 11001 100000110 110110 110001

Color Harmonies of #6A39BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A39BF

Black with #6A39BF

Text Example


Text Example

White with #6A39BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,57,191); }

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

background-color css

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

 a { background-color: rgb(106,57,191); }

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

border-color css

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

 span { border-color: rgb(106,57,191); }

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