#6900c1

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

Shades of Purple Heart #6900C1

Tints of Purple Heart #6900C1

Color information

#6900C1 (or 0x6900C1) is unknown color: approx Purple Heart. HEX triplet: 69, 00 and C1. RGB value is (105,0,193). Sum of RGB (Red+Green+Blue) = 105+0+193=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 193 (75.78% from 255 or 64.77% from 298); Max value from RGB is 193 - color contains mainly: blue. Hex color #6900C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6900C1 is #96FF3E. Grayscale: #343434. Windows color (decimal): -9895743 or 12648553. OLE color: 12648553.

HSL color Cylindrical-coordinate representation of color #6900C1: hue angle of 272.64º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6900C1 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1050193-
CMYK0.46100.24
HSL272.64º100%37.84%-
HSV(B)272.64º100%75.69%-
XYZ15.456.8550.96-
YUV53.4206.79164.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 193 (75.78% from 255) = 64.77%
R=35.23%
G=0%
B=64.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10501930.46100.24272.6410037.84
Hex690C12E640181116426
Octal15103015614403042114446
Binary110100101100000110111011001000110001000100011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6900c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6900c1; }

 p { color: rgb(105,0,193); }

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

<style>
 a { background-color: #6900c1; }

 a { background-color: rgb(105,0,193); }

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

<style>
 span { border-color: #6900c1; }

 span { border-color: rgb(105,0,193); }

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