Html Css Color HEX #6E3ACF Purple Heart

📋 copy color: '#6E3ACF'

red 110 ◦ green 58 ◦ blue 207

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

Shades of Purple Heart #6E3ACF

Tints of Purple Heart #6E3ACF

RGB

 RED value IS 110 (43.36% from 255) = 29.33%

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

 BLUE value IS 207 (81.25% from 255) = 55.2%

R = 29.33%
G = 15.47%
B = 55.2%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E3ACF (or 0x6E3ACF) is known color: Purple Heart. HEX triplet: 6E, 3A and CF. RGB value is (110,58,207). Sum of RGB (Red+Green+Blue) = 110+58+207=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E3ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3ACF is #91C530. Grayscale: #595959. Windows color (decimal): -9553201 or 13580910. OLE color: 13580910.

HSL color Cylindrical-coordinate representation of color #6E3ACF: hue angle of 260.94º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E3ACF is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 58 207 -
CMYK 0.47 0.72 0 0.19
HSL 260.94º 0.61% 0.52% -
HSV(B) 260.94º 0.72% 0.81% -
XYZ 19.21 10.85 60.11 -
YUV 90.53 193.73 141.88 -
System Red Green Blue C M Y K H S L
Decimal 110 58 207 0.47 0.72 0 0.19 260.94 0.61 0.52
Hex 6E 3A CF 2F 48 0 13 105 3D 34
Octal 156 72 317 57 110 0 23 405 75 64
Binary 1101110 111010 11001111 101111 1001000 0 10011 100000101 111101 110100

Color Harmonies of #6E3ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3ACF

Black with #6E3ACF

Text Example


Text Example

White with #6E3ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,58,207); }

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

background-color css

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

 a { background-color: rgb(110,58,207); }

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

border-color css

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

 span { border-color: rgb(110,58,207); }

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