Html Css Color HEX #6300B3 Purple Heart

📋 copy color: '#6300B3'

red 99 ◦ green 0 ◦ blue 179

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

Shades of Purple Heart #6300B3

Tints of Purple Heart #6300B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 64.39%

R = 35.61%
G = 0%
B = 64.39%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6300B3 (or 0x6300B3) is known color: Purple Heart. HEX triplet: 63, 00 and B3. RGB value is (99,0,179). Sum of RGB (Red+Green+Blue) = 99+0+179=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 179 (70.31% from 255 or 64.39% from 278); Max value from RGB is 179 - color contains mainly: blue. Hex color #6300B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6300B3 is #9CFF4C. Grayscale: #313131. Windows color (decimal): -10288973 or 11731043. OLE color: 11731043.

HSL color Cylindrical-coordinate representation of color #6300B3: hue angle of 273.18º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6300B3 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 99 0 179 -
CMYK 0.45 1 0 0.30
HSL 273.18º 1% 0.35% -
HSV(B) 273.18º 1% 0.7% -
XYZ 13.28 5.91 43.09 -
YUV 50.01 200.8 162.95 -
System Red Green Blue C M Y K H S L
Decimal 99 0 179 0.45 1 0 0.30 273.18 1 0.35
Hex 63 0 B3 2D 64 0 1E 111 64 23
Octal 143 0 263 55 144 0 36 421 144 43
Binary 1100011 0 10110011 101101 1100100 0 11110 100010001 1100100 100011

Color Harmonies of #6300B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6300B3

Black with #6300B3

Text Example


Text Example

White with #6300B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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