Html Css Color HEX #6E34CF Purple Heart

📋 copy color: '#6E34CF'

red 110 ◦ green 52 ◦ blue 207

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

Shades of Purple Heart #6E34CF

Tints of Purple Heart #6E34CF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.09%

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

R = 29.81%
G = 14.09%
B = 56.1%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E34CF (or 0x6E34CF) is known color: Purple Heart. HEX triplet: 6E, 34 and CF. RGB value is (110,52,207). Sum of RGB (Red+Green+Blue) = 110+52+207=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E34CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E34CF is #91CB30. Grayscale: #565656. Windows color (decimal): -9554737 or 13579374. OLE color: 13579374.

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

Color convert

RGB 110 52 207 -
CMYK 0.47 0.75 0 0.19
HSL 262.45º 0.62% 0.51% -
HSV(B) 262.45º 0.75% 0.81% -
XYZ 18.92 10.28 60.02 -
YUV 87.01 195.72 144.4 -
System Red Green Blue C M Y K H S L
Decimal 110 52 207 0.47 0.75 0 0.19 262.45 0.62 0.51
Hex 6E 34 CF 2F 4B 0 13 106 3E 33
Octal 156 64 317 57 113 0 23 406 76 63
Binary 1101110 110100 11001111 101111 1001011 0 10011 100000110 111110 110011

Color Harmonies of #6E34CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E34CF

Black with #6E34CF

Text Example


Text Example

White with #6E34CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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