#6932C8

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

Shades of Purple Heart #6932C8

Tints of Purple Heart #6932C8

Color information

#6932C8 (or 0x6932C8) is unknown color: approx Purple Heart. HEX triplet: 69, 32 and C8. RGB value is (105,50,200). Sum of RGB (Red+Green+Blue) = 105+50+200=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 200 (78.52% from 255 or 56.34% from 355); Max value from RGB is 200 - color contains mainly: blue. Hex color #6932C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6932C8 is #96CD37. Grayscale: #535353. Windows color (decimal): -9882936 or 13120105. OLE color: 13120105.

HSL color Cylindrical-coordinate representation of color #6932C8: hue angle of 262º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6932C8 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10550200-
CMYK0.480.7500.22
HSL262º60%49.02%-
HSV(B)262º75%78.43%-
XYZ17.399.4555.55-
YUV83.54193.72143.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.58%
GREEN value IS 50 (19.92% from 255) = 14.08%
BLUE value IS 200 (78.52% from 255) = 56.34%
R=29.58%
G=14.08%
B=56.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal105502000.480.7500.222626049.02
Hex6932C8304B0161063c31
Octal15162310601130264067461
Binary1101001110010110010001100001001011010110100000110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6932C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6932C8; }

 p { color: rgb(105,50,200); }

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

<style>
 a { background-color: #6932C8; }

 a { background-color: rgb(105,50,200); }

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

<style>
 span { border-color: #6932C8; }

 span { border-color: rgb(105,50,200); }

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