Html Css Color HEX #6900BB Purple Heart

📋 copy color: '#6900BB'

red 105 ◦ green 0 ◦ blue 187

#6900BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6900BB

Tints of Purple Heart #6900BB

RGB

 RED value IS 105 (41.41% from 255) = 35.96%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 187 (73.44% from 255) = 64.04%

R = 35.96%
G = 0%
B = 64.04%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6900BB (or 0x6900BB) is known color: Purple Heart. HEX triplet: 69, 00 and BB. RGB value is (105,0,187). Sum of RGB (Red+Green+Blue) = 105+0+187=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #6900BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6900BB is #96FF44. Grayscale: #343434. Windows color (decimal): -9895749 or 12255337. OLE color: 12255337.

HSL color Cylindrical-coordinate representation of color #6900BB: hue angle of 273.69º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6900BB is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 0 187 -
CMYK 0.44 1 0 0.27
HSL 273.69º 1% 0.37% -
HSV(B) 273.69º 1% 0.73% -
XYZ 14.8 6.59 47.51 -
YUV 52.71 203.79 165.29 -
System Red Green Blue C M Y K H S L
Decimal 105 0 187 0.44 1 0 0.27 273.69 1 0.37
Hex 69 0 BB 2C 64 0 1B 112 64 25
Octal 151 0 273 54 144 0 33 422 144 45
Binary 1101001 0 10111011 101100 1100100 0 11011 100010010 1100100 100101

Color Harmonies of #6900BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6900BB

Black with #6900BB

Text Example


Text Example

White with #6900BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6900BB;
 }
 .AnyTagClassName
 {
   color: #6900BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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