#6323CB

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

Shades of Purple Heart #6323CB

Tints of Purple Heart #6323CB

Color information

#6323CB (or 0x6323CB) is unknown color: approx Purple Heart. HEX triplet: 63, 23 and CB. RGB value is (99,35,203). Sum of RGB (Red+Green+Blue) = 99+35+203=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #6323CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6323CB is #9CDC34. Grayscale: #484848. Windows color (decimal): -10279989 or 13312867. OLE color: 13312867.

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

Color convert

RGB9935203-
CMYK0.510.8300.20
HSL262.86º70.59%46.67%-
HSV(B)262.86º82.76%79.61%-
XYZ16.538.1757.21-
YUV73.29201.2146.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.38%
GREEN value IS 35 (14.06% from 255) = 10.39%
BLUE value IS 203 (79.69% from 255) = 60.24%
R=29.38%
G=10.39%
B=60.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal99352030.510.8300.20262.8670.5946.67
Hex6323CB3353014107472f
Octal143433136312302440710757
Binary11000111000111100101111001110100110101001000001111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6323CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,35,203); }

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

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

 a { background-color: rgb(99,35,203); }

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

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

 span { border-color: rgb(99,35,203); }

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