#6B35D4

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

Shades of Purple Heart #6B35D4

Tints of Purple Heart #6B35D4

Color information

#6B35D4 (or 0x6B35D4) is unknown color: approx Purple Heart. HEX triplet: 6B, 35 and D4. RGB value is (107,53,212). Sum of RGB (Red+Green+Blue) = 107+53+212=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 212 (83.20% from 255 or 56.99% from 372); Max value from RGB is 212 - color contains mainly: blue. Hex color #6B35D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B35D4 is #94CA2B. Grayscale: #565656. Windows color (decimal): -9751084 or 13907307. OLE color: 13907307.

HSL color Cylindrical-coordinate representation of color #6B35D4: hue angle of 260.38º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B35D4 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10753212-
CMYK0.500.7500.17
HSL260.38º64.9%51.96%-
HSV(B)260.38º75%83.14%-
XYZ19.2210.4363.29-
YUV87.27198.39142.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.76%
GREEN value IS 53 (21.09% from 255) = 14.25%
BLUE value IS 212 (83.20% from 255) = 56.99%
R=28.76%
G=14.25%
B=56.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal107532120.500.7500.17260.3864.951.96
Hex6B35D4324B0111044134
Octal153653246211302140410164
Binary11010111101011101010011001010010110100011000001001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B35D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,53,212); }

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

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

 a { background-color: rgb(107,53,212); }

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

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

 span { border-color: rgb(107,53,212); }

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