Html Css Color HEX #6330BD Purple Heart

📋 copy color: '#6330BD'

red 99 ◦ green 48 ◦ blue 189

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

Shades of Purple Heart #6330BD

Tints of Purple Heart #6330BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.25%

R = 29.46%
G = 14.29%
B = 56.25%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6330BD (or 0x6330BD) is known color: Purple Heart. HEX triplet: 63, 30 and BD. RGB value is (99,48,189). Sum of RGB (Red+Green+Blue) = 99+48+189=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #6330BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6330BD is #9CCF42. Grayscale: #4E4E4E. Windows color (decimal): -10276675 or 12398691. OLE color: 12398691.

HSL color Cylindrical-coordinate representation of color #6330BD: hue angle of 261.7º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6330BD is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 48 189 -
CMYK 0.48 0.75 0 0.26
HSL 261.7º 0.59% 0.46% -
HSV(B) 261.7º 0.75% 0.74% -
XYZ 15.39 8.44 48.96 -
YUV 79.32 189.9 142.04 -
System Red Green Blue C M Y K H S L
Decimal 99 48 189 0.48 0.75 0 0.26 261.7 0.59 0.46
Hex 63 30 BD 30 4B 0 1A 106 3B 2E
Octal 143 60 275 60 113 0 32 406 73 56
Binary 1100011 110000 10111101 110000 1001011 0 11010 100000110 111011 101110

Color Harmonies of #6330BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6330BD

Black with #6330BD

Text Example


Text Example

White with #6330BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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