#6C34CF

Color #6C34CF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6C34CF

Tints of Purple Heart #6C34CF

Color information

#6C34CF (or 0x6C34CF) is unknown color: approx Purple Heart. HEX triplet: 6C, 34 and CF. RGB value is (108,52,207). Sum of RGB (Red+Green+Blue) = 108+52+207=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C34CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C34CF is #93CB30. Grayscale: #555555. Windows color (decimal): -9685809 or 13579372. OLE color: 13579372.

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

Color convert

RGB10852207-
CMYK0.480.7500.19
HSL261.68º61.75%50.78%-
HSV(B)261.68º74.88%81.18%-
XYZ18.6710.1560.01-
YUV86.41196.05143.4-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.43%
GREEN value IS 52 (20.70% from 255) = 14.17%
BLUE value IS 207 (81.25% from 255) = 56.40%
R=29.43%
G=14.17%
B=56.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal108522070.480.7500.19261.6861.7550.78
Hex6C34CF304B0131063e33
Octal15464317601130234067663
Binary1101100110100110011111100001001011010011100000110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C34CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C34CF;
 }
 .AnyTagClassName
 {
   color: #6C34CF;
 }
</style>
background-color css

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

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

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

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

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

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