Html Css Color HEX #6321BE Purple Heart

📋 copy color: '#6321BE'

red 99 ◦ green 33 ◦ blue 190

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

Shades of Purple Heart #6321BE

Tints of Purple Heart #6321BE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.25%

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

R = 30.75%
G = 10.25%
B = 59.01%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6321BE (or 0x6321BE) is known color: Purple Heart. HEX triplet: 63, 21 and BE. RGB value is (99,33,190). Sum of RGB (Red+Green+Blue) = 99+33+190=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #6321BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6321BE is #9CDE41. Grayscale: #464646. Windows color (decimal): -10280514 or 12460387. OLE color: 12460387.

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

Color convert

RGB 99 33 190 -
CMYK 0.48 0.83 0 0.25
HSL 265.22º 0.7% 0.44% -
HSV(B) 265.22º 0.83% 0.75% -
XYZ 14.98 7.46 49.37 -
YUV 70.63 195.37 148.23 -
System Red Green Blue C M Y K H S L
Decimal 99 33 190 0.48 0.83 0 0.25 265.22 0.7 0.44
Hex 63 21 BE 30 53 0 19 109 46 2C
Octal 143 41 276 60 123 0 31 411 106 54
Binary 1100011 100001 10111110 110000 1010011 0 11001 100001001 1000110 101100

Color Harmonies of #6321BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6321BE

Black with #6321BE

Text Example


Text Example

White with #6321BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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