Html Css Color HEX #6300BF Purple Heart

📋 copy color: '#6300BF'

red 99 ◦ green 0 ◦ blue 191

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

Shades of Purple Heart #6300BF

Tints of Purple Heart #6300BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 65.86%

R = 34.14%
G = 0%
B = 65.86%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6300BF (or 0x6300BF) is known color: Purple Heart. HEX triplet: 63, 00 and BF. RGB value is (99,0,191). Sum of RGB (Red+Green+Blue) = 99+0+191=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #6300BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6300BF is #9CFF40. Grayscale: #323232. Windows color (decimal): -10288961 or 12517475. OLE color: 12517475.

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

Color convert

RGB 99 0 191 -
CMYK 0.48 1 0 0.25
HSL 271.1º 1% 0.37% -
HSV(B) 271.1º 1% 0.75% -
XYZ 14.55 6.41 49.76 -
YUV 51.38 206.8 161.97 -
System Red Green Blue C M Y K H S L
Decimal 99 0 191 0.48 1 0 0.25 271.1 1 0.37
Hex 63 0 BF 30 64 0 19 10F 64 25
Octal 143 0 277 60 144 0 31 417 144 45
Binary 1100011 0 10111111 110000 1100100 0 11001 100001111 1100100 100101

Color Harmonies of #6300BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6300BF

Black with #6300BF

Text Example


Text Example

White with #6300BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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