#6438CB

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

Shades of Purple Heart #6438CB

Tints of Purple Heart #6438CB

Color information

#6438CB (or 0x6438CB) is unknown color: approx Purple Heart. HEX triplet: 64, 38 and CB. RGB value is (100,56,203). Sum of RGB (Red+Green+Blue) = 100+56+203=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #6438CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6438CB is #9BC734. Grayscale: #555555. Windows color (decimal): -10209077 or 13318244. OLE color: 13318244.

HSL color Cylindrical-coordinate representation of color #6438CB: hue angle of 257.96º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6438CB is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10056203-
CMYK0.510.7200.20
HSL257.96º58.57%50.78%-
HSV(B)257.96º72.41%79.61%-
XYZ17.459.8557.48-
YUV85.91194.08138.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 56 (22.27% from 255) = 15.60%
BLUE value IS 203 (79.69% from 255) = 56.55%
R=27.86%
G=15.60%
B=56.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal100562030.510.7200.20257.9658.5750.78
Hex6438CB33480141023b33
Octal14470313631100244027363
Binary1100100111000110010111100111001000010100100000010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6438CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6438CB; }

 p { color: rgb(100,56,203); }

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

<style>
 a { background-color: #6438CB; }

 a { background-color: rgb(100,56,203); }

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

<style>
 span { border-color: #6438CB; }

 span { border-color: rgb(100,56,203); }

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