Html Css Color HEX #6700BA Purple Heart

📋 copy color: '#6700BA'

red 103 ◦ green 0 ◦ blue 186

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

Shades of Purple Heart #6700BA

Tints of Purple Heart #6700BA

RGB

 RED value IS 103 (40.63% from 255) = 35.64%

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

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

R = 35.64%
G = 0%
B = 64.36%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6700BA (or 0x6700BA) is known color: Purple Heart. HEX triplet: 67, 00 and BA. RGB value is (103,0,186). Sum of RGB (Red+Green+Blue) = 103+0+186=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #6700BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6700BA is #98FF45. Grayscale: #333333. Windows color (decimal): -10026822 or 12189799. OLE color: 12189799.

HSL color Cylindrical-coordinate representation of color #6700BA: hue angle of 273.23º 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 #6700BA is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 0 186 -
CMYK 0.45 1 0 0.27
HSL 273.23º 1% 0.36% -
HSV(B) 273.23º 1% 0.73% -
XYZ 14.46 6.43 46.93 -
YUV 52 203.62 164.38 -
System Red Green Blue C M Y K H S L
Decimal 103 0 186 0.45 1 0 0.27 273.23 1 0.36
Hex 67 0 BA 2D 64 0 1B 111 64 24
Octal 147 0 272 55 144 0 33 421 144 44
Binary 1100111 0 10111010 101101 1100100 0 11011 100010001 1100100 100100

Color Harmonies of #6700BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6700BA

Black with #6700BA

Text Example


Text Example

White with #6700BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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