Html Css Color HEX #6303BC Purple Heart

📋 copy color: '#6303BC'

red 99 ◦ green 3 ◦ blue 188

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

Shades of Purple Heart #6303BC

Tints of Purple Heart #6303BC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

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

R = 34.14%
G = 1.03%
B = 64.83%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6303BC (or 0x6303BC) is known color: Purple Heart. HEX triplet: 63, 03 and BC. RGB value is (99,3,188). Sum of RGB (Red+Green+Blue) = 99+3+188=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #6303BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6303BC is #9CFC43. Grayscale: #343434. Windows color (decimal): -10288196 or 12321635. OLE color: 12321635.

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

Color convert

RGB 99 3 188 -
CMYK 0.47 0.98 0 0.26
HSL 271.14º 0.97% 0.37% -
HSV(B) 271.14º 0.98% 0.74% -
XYZ 14.26 6.35 48.05 -
YUV 52.79 204.3 160.96 -
System Red Green Blue C M Y K H S L
Decimal 99 3 188 0.47 0.98 0 0.26 271.14 0.97 0.37
Hex 63 3 BC 2F 62 0 1A 10F 61 25
Octal 143 3 274 57 142 0 32 417 141 45
Binary 1100011 11 10111100 101111 1100010 0 11010 100001111 1100001 100101

Color Harmonies of #6303BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6303BC

Black with #6303BC

Text Example


Text Example

White with #6303BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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