#6B07B4

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

Shades of Purple Heart #6B07B4

Tints of Purple Heart #6B07B4

Color information

#6B07B4 (or 0x6B07B4) is unknown color: approx Purple Heart. HEX triplet: 6B, 07 and B4. RGB value is (107,7,180). Sum of RGB (Red+Green+Blue) = 107+7+180=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 180 (70.70% from 255 or 61.22% from 294); Max value from RGB is 180 - color contains mainly: blue. Hex color #6B07B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B07B4 is #94F84B. Grayscale: #383838. Windows color (decimal): -9762892 or 11798379. OLE color: 11798379.

HSL color Cylindrical-coordinate representation of color #6B07B4: hue angle of 274.68º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B07B4 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1077180-
CMYK0.410.9600.29
HSL274.68º92.51%36.67%-
HSV(B)274.68º96.11%70.59%-
XYZ14.386.5743.69-
YUV56.62197.63163.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.39%
GREEN value IS 7 (3.12% from 255) = 2.38%
BLUE value IS 180 (70.70% from 255) = 61.22%
R=36.39%
G=2.38%
B=61.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal10771800.410.9600.29274.6892.5136.67
Hex6B7B4296001D1135d25
Octal15372645114003542313545
Binary11010111111011010010100111000000111011000100111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B07B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,7,180); }

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

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

 a { background-color: rgb(107,7,180); }

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

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

 span { border-color: rgb(107,7,180); }

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