#6F34BC

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

Shades of Purple Heart #6F34BC

Tints of Purple Heart #6F34BC

Color information

#6F34BC (or 0x6F34BC) is unknown color: approx Purple Heart. HEX triplet: 6F, 34 and BC. RGB value is (111,52,188). Sum of RGB (Red+Green+Blue) = 111+52+188=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F34BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F34BC is #90CB43. Grayscale: #545454. Windows color (decimal): -9489220 or 12334191. OLE color: 12334191.

HSL color Cylindrical-coordinate representation of color #6F34BC: hue angle of 266.03º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F34BC is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11152188-
CMYK0.410.7200.26
HSL266.03º56.67%47.06%-
HSV(B)266.03º72.34%73.73%-
XYZ16.869.4748.52-
YUV85.14186.05146.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.62%
GREEN value IS 52 (20.70% from 255) = 14.81%
BLUE value IS 188 (73.83% from 255) = 53.56%
R=31.62%
G=14.81%
B=53.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111521880.410.7200.26266.0356.6747.06
Hex6F34BC294801A10a392f
Octal15764274511100324127157
Binary1101111110100101111001010011001000011010100001010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F34BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,52,188); }

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

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

 a { background-color: rgb(111,52,188); }

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

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

 span { border-color: rgb(111,52,188); }

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