Html Css Color HEX #6300BC Purple Heart

📋 copy color: '#6300BC'

red 99 ◦ green 0 ◦ blue 188

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

Shades of Purple Heart #6300BC

Tints of Purple Heart #6300BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.51%

R = 34.49%
G = 0%
B = 65.51%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6300BC (or 0x6300BC) is known color: Purple Heart. HEX triplet: 63, 00 and BC. RGB value is (99,0,188). Sum of RGB (Red+Green+Blue) = 99+0+188=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #6300BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6300BC is #9CFF43. Grayscale: #323232. Windows color (decimal): -10288964 or 12320867. OLE color: 12320867.

HSL color Cylindrical-coordinate representation of color #6300BC: hue angle of 271.6º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6300BC is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 0 188 -
CMYK 0.47 1 0 0.26
HSL 271.6º 1% 0.37% -
HSV(B) 271.6º 1% 0.74% -
XYZ 14.22 6.28 48.04 -
YUV 51.03 205.3 162.21 -
System Red Green Blue C M Y K H S L
Decimal 99 0 188 0.47 1 0 0.26 271.6 1 0.37
Hex 63 0 BC 2F 64 0 1A 110 64 25
Octal 143 0 274 57 144 0 32 420 144 45
Binary 1100011 0 10111100 101111 1100100 0 11010 100010000 1100100 100101

Color Harmonies of #6300BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6300BC

Black with #6300BC

Text Example


Text Example

White with #6300BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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