Html Css Color HEX #6A3EBF Purple Heart

📋 copy color: '#6A3EBF'

red 106 ◦ green 62 ◦ blue 191

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

Shades of Purple Heart #6A3EBF

Tints of Purple Heart #6A3EBF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.27%

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

R = 29.53%
G = 17.27%
B = 53.2%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6A3EBF (or 0x6A3EBF) is known color: Purple Heart. HEX triplet: 6A, 3E and BF. RGB value is (106,62,191). Sum of RGB (Red+Green+Blue) = 106+62+191=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A3EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3EBF is #95C140. Grayscale: #595959. Windows color (decimal): -9814337 or 12533354. OLE color: 12533354.

HSL color Cylindrical-coordinate representation of color #6A3EBF: hue angle of 260.47º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A3EBF is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 62 191 -
CMYK 0.45 0.68 0 0.25
HSL 260.47º 0.51% 0.5% -
HSV(B) 260.47º 0.68% 0.75% -
XYZ 17.07 10.27 50.37 -
YUV 89.86 185.08 139.51 -
System Red Green Blue C M Y K H S L
Decimal 106 62 191 0.45 0.68 0 0.25 260.47 0.51 0.5
Hex 6A 3E BF 2D 44 0 19 104 33 32
Octal 152 76 277 55 104 0 31 404 63 62
Binary 1101010 111110 10111111 101101 1000100 0 11001 100000100 110011 110010

Color Harmonies of #6A3EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3EBF

Black with #6A3EBF

Text Example


Text Example

White with #6A3EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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