#6902B1

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

Shades of Purple Heart #6902B1

Tints of Purple Heart #6902B1

Color information

#6902B1 (or 0x6902B1) is unknown color: approx Purple Heart. HEX triplet: 69, 02 and B1. RGB value is (105,2,177). Sum of RGB (Red+Green+Blue) = 105+2+177=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 177 (69.53% from 255 or 62.32% from 284); Max value from RGB is 177 - color contains mainly: blue. Hex color #6902B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6902B1 is #96FD4E. Grayscale: #343434. Windows color (decimal): -9895247 or 11600489. OLE color: 11600489.

HSL color Cylindrical-coordinate representation of color #6902B1: hue angle of 275.31º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6902B1 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1052177-
CMYK0.410.9900.31
HSL275.31º97.77%35.1%-
HSV(B)275.31º98.87%69.41%-
XYZ13.786.2242.07-
YUV52.75198.12165.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 177 (69.53% from 255) = 62.32%
R=36.97%
G=0.70%
B=62.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10521770.410.9900.31275.3197.7735.1
Hex692B1296301F1136223
Octal15122615114303742314243
Binary1101001101011000110100111000110111111000100111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6902B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6902B1; }

 p { color: rgb(105,2,177); }

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

<style>
 a { background-color: #6902B1; }

 a { background-color: rgb(105,2,177); }

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

<style>
 span { border-color: #6902B1; }

 span { border-color: rgb(105,2,177); }

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