#3D07C2

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

Shades of Purple Heart #3D07C2

Tints of Purple Heart #3D07C2

Color information

#3D07C2 (or 0x3D07C2) is unknown color: approx Purple Heart. HEX triplet: 3D, 07 and C2. RGB value is (61,7,194). Sum of RGB (Red+Green+Blue) = 61+7+194=262 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.28% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 194 (76.17% from 255 or 74.05% from 262); Max value from RGB is 194 - color contains mainly: blue. Hex color #3D07C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D07C2 is #C2F83D. Grayscale: #2B2B2B. Windows color (decimal): -12777534 or 12715837. OLE color: 12715837.

HSL color Cylindrical-coordinate representation of color #3D07C2: hue angle of 257.33º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D07C2 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB617194-
CMYK0.690.9600.24
HSL257.33º93.03%39.41%-
HSV(B)257.33º96.39%76.08%-
XYZ11.745.0451.39-
YUV44.46212.39139.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.28%
GREEN value IS 7 (3.12% from 255) = 2.67%
BLUE value IS 194 (76.17% from 255) = 74.05%
R=23.28%
G=2.67%
B=74.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal6171940.690.9600.24257.3393.0339.41
Hex3D7C245600181015d27
Octal75730210514003040113547
Binary11110111111000010100010111000000110001000000011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D07C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D07C2; }

 p { color: rgb(61,7,194); }

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

<style>
 a { background-color: #3D07C2; }

 a { background-color: rgb(61,7,194); }

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

<style>
 span { border-color: #3D07C2; }

 span { border-color: rgb(61,7,194); }

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