Html Css Color HEX #6900BA Purple Heart

📋 copy color: '#6900BA'

red 105 ◦ green 0 ◦ blue 186

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

Shades of Purple Heart #6900BA

Tints of Purple Heart #6900BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.92%

R = 36.08%
G = 0%
B = 63.92%

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

#6900BA (or 0x6900BA) is known color: Purple Heart. HEX triplet: 69, 00 and BA. RGB value is (105,0,186). Sum of RGB (Red+Green+Blue) = 105+0+186=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #6900BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6900BA is #96FF45. Grayscale: #333333. Windows color (decimal): -9895750 or 12189801. OLE color: 12189801.

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

Color convert

RGB 105 0 186 -
CMYK 0.44 1 0 0.27
HSL 273.87º 1% 0.36% -
HSV(B) 273.87º 1% 0.73% -
XYZ 14.69 6.55 46.94 -
YUV 52.6 203.29 165.38 -
System Red Green Blue C M Y K H S L
Decimal 105 0 186 0.44 1 0 0.27 273.87 1 0.36
Hex 69 0 BA 2C 64 0 1B 112 64 24
Octal 151 0 272 54 144 0 33 422 144 44
Binary 1101001 0 10111010 101100 1100100 0 11011 100010010 1100100 100100

Color Harmonies of #6900BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6900BA

Black with #6900BA

Text Example


Text Example

White with #6900BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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