Html Css Color HEX #6300BB Purple Heart

📋 copy color: '#6300BB'

red 99 ◦ green 0 ◦ blue 187

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

Shades of Purple Heart #6300BB

Tints of Purple Heart #6300BB

RGB

 RED value IS 99 (39.06% from 255) = 34.62%

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

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

R = 34.62%
G = 0%
B = 65.38%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6300BB (or 0x6300BB) is known color: Purple Heart. HEX triplet: 63, 00 and BB. RGB value is (99,0,187). Sum of RGB (Red+Green+Blue) = 99+0+187=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #6300BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6300BB is #9CFF44. Grayscale: #323232. Windows color (decimal): -10288965 or 12255331. OLE color: 12255331.

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

Color convert

RGB 99 0 187 -
CMYK 0.47 1 0 0.27
HSL 271.76º 1% 0.37% -
HSV(B) 271.76º 1% 0.73% -
XYZ 14.12 6.24 47.47 -
YUV 50.92 204.8 162.29 -
System Red Green Blue C M Y K H S L
Decimal 99 0 187 0.47 1 0 0.27 271.76 1 0.37
Hex 63 0 BB 2F 64 0 1B 110 64 25
Octal 143 0 273 57 144 0 33 420 144 45
Binary 1100011 0 10111011 101111 1100100 0 11011 100010000 1100100 100101

Color Harmonies of #6300BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6300BB

Black with #6300BB

Text Example


Text Example

White with #6300BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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