Html Css Color HEX #6330BF Purple Heart

📋 copy color: '#6330BF'

red 99 ◦ green 48 ◦ blue 191

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

Shades of Purple Heart #6330BF

Tints of Purple Heart #6330BF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.2%

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

R = 29.29%
G = 14.2%
B = 56.51%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6330BF (or 0x6330BF) is known color: Purple Heart. HEX triplet: 63, 30 and BF. RGB value is (99,48,191). Sum of RGB (Red+Green+Blue) = 99+48+191=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #6330BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6330BF is #9CCF40. Grayscale: #4F4F4F. Windows color (decimal): -10276673 or 12529763. OLE color: 12529763.

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

Color convert

RGB 99 48 191 -
CMYK 0.48 0.75 0 0.25
HSL 261.4º 0.6% 0.47% -
HSV(B) 261.4º 0.75% 0.75% -
XYZ 15.61 8.53 50.11 -
YUV 79.55 190.9 141.87 -
System Red Green Blue C M Y K H S L
Decimal 99 48 191 0.48 0.75 0 0.25 261.4 0.6 0.47
Hex 63 30 BF 30 4B 0 19 105 3C 2F
Octal 143 60 277 60 113 0 31 405 74 57
Binary 1100011 110000 10111111 110000 1001011 0 11001 100000101 111100 101111

Color Harmonies of #6330BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6330BF

Black with #6330BF

Text Example


Text Example

White with #6330BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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