#6238CB

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

Shades of Purple Heart #6238CB

Tints of Purple Heart #6238CB

Color information

#6238CB (or 0x6238CB) is unknown color: approx Purple Heart. HEX triplet: 62, 38 and CB. RGB value is (98,56,203). Sum of RGB (Red+Green+Blue) = 98+56+203=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #6238CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6238CB is #9DC734. Grayscale: #545454. Windows color (decimal): -10340149 or 13318242. OLE color: 13318242.

HSL color Cylindrical-coordinate representation of color #6238CB: hue angle of 257.14º 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 #6238CB is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9856203-
CMYK0.520.7200.20
HSL257.14º58.57%50.78%-
HSV(B)257.14º72.41%79.61%-
XYZ17.239.7457.47-
YUV85.32194.41137.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.45%
GREEN value IS 56 (22.27% from 255) = 15.69%
BLUE value IS 203 (79.69% from 255) = 56.86%
R=27.45%
G=15.69%
B=56.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal98562030.520.7200.20257.1458.5750.78
Hex6238CB34480141013b33
Octal14270313641100244017363
Binary1100010111000110010111101001001000010100100000001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6238CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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