Html Css Color HEX #6303BE Purple Heart

📋 copy color: '#6303BE'

red 99 ◦ green 3 ◦ blue 190

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

Shades of Purple Heart #6303BE

Tints of Purple Heart #6303BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.07%

R = 33.9%
G = 1.03%
B = 65.07%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6303BE (or 0x6303BE) is known color: Purple Heart. HEX triplet: 63, 03 and BE. RGB value is (99,3,190). Sum of RGB (Red+Green+Blue) = 99+3+190=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #6303BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6303BE is #9CFC41. Grayscale: #343434. Windows color (decimal): -10288194 or 12452707. OLE color: 12452707.

HSL color Cylindrical-coordinate representation of color #6303BE: hue angle of 270.8º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6303BE is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 3 190 -
CMYK 0.48 0.98 0 0.25
HSL 270.8º 0.97% 0.38% -
HSV(B) 270.8º 0.98% 0.75% -
XYZ 14.47 6.44 49.19 -
YUV 53.02 205.3 160.79 -
System Red Green Blue C M Y K H S L
Decimal 99 3 190 0.48 0.98 0 0.25 270.8 0.97 0.38
Hex 63 3 BE 30 62 0 19 10F 61 26
Octal 143 3 276 60 142 0 31 417 141 46
Binary 1100011 11 10111110 110000 1100010 0 11001 100001111 1100001 100110

Color Harmonies of #6303BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6303BE

Black with #6303BE

Text Example


Text Example

White with #6303BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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