#6A38CC

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

Shades of Purple Heart #6A38CC

Tints of Purple Heart #6A38CC

Color information

#6A38CC (or 0x6A38CC) is unknown color: approx Purple Heart. HEX triplet: 6A, 38 and CC. RGB value is (106,56,204). Sum of RGB (Red+Green+Blue) = 106+56+204=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #6A38CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A38CC is #95C733. Grayscale: #575757. Windows color (decimal): -9815860 or 13383786. OLE color: 13383786.

HSL color Cylindrical-coordinate representation of color #6A38CC: hue angle of 260.27º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A38CC is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10656204-
CMYK0.480.7300.2
HSL260.27º59.2%50.98%-
HSV(B)260.27º72.55%80%-
XYZ18.2610.2558.14-
YUV87.82193.56140.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.96%
GREEN value IS 56 (22.27% from 255) = 15.30%
BLUE value IS 204 (80.08% from 255) = 55.74%
R=28.96%
G=15.30%
B=55.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal106562040.480.7300.2260.2759.250.98
Hex6A38CC30490141043b33
Octal15270314601110244047363
Binary1101010111000110011001100001001001010100100000100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A38CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,56,204); }

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

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

 a { background-color: rgb(106,56,204); }

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

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

 span { border-color: rgb(106,56,204); }

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