#6B30DD

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

Shades of Purple Heart #6B30DD

Tints of Purple Heart #6B30DD

Color information

#6B30DD (or 0x6B30DD) is unknown color: approx Purple Heart. HEX triplet: 6B, 30 and DD. RGB value is (107,48,221). Sum of RGB (Red+Green+Blue) = 107+48+221=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B30DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B30DD is #94CF22. Grayscale: #545454. Windows color (decimal): -9752355 or 14495851. OLE color: 14495851.

HSL color Cylindrical-coordinate representation of color #6B30DD: hue angle of 260.46º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B30DD is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10748221-
CMYK0.520.7800.13
HSL260.46º71.78%52.75%-
HSV(B)260.46º78.28%86.67%-
XYZ20.1710.4669.36-
YUV85.36204.55143.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.46%
GREEN value IS 48 (19.14% from 255) = 12.77%
BLUE value IS 221 (86.72% from 255) = 58.78%
R=28.46%
G=12.77%
B=58.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal107482210.520.7800.13260.4671.7852.75
Hex6B30DD344E0D1044835
Octal153603356411601540411065
Binary1101011110000110111011101001001110011011000001001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B30DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,48,221); }

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

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

 a { background-color: rgb(107,48,221); }

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

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

 span { border-color: rgb(107,48,221); }

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