Html Css Color HEX #6328CF Purple Heart

📋 copy color: '#6328CF'

red 99 ◦ green 40 ◦ blue 207

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

Shades of Purple Heart #6328CF

Tints of Purple Heart #6328CF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.56%

 BLUE value IS 207 (81.25% from 255) = 59.83%

R = 28.61%
G = 11.56%
B = 59.83%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6328CF (or 0x6328CF) is known color: Purple Heart. HEX triplet: 63, 28 and CF. RGB value is (99,40,207). Sum of RGB (Red+Green+Blue) = 99+40+207=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #6328CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6328CF is #9CD730. Grayscale: #4C4C4C. Windows color (decimal): -10278705 or 13576291. OLE color: 13576291.

HSL color Cylindrical-coordinate representation of color #6328CF: hue angle of 261.2º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6328CF is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 40 207 -
CMYK 0.52 0.81 0 0.19
HSL 261.2º 0.68% 0.48% -
HSV(B) 261.2º 0.81% 0.81% -
XYZ 17.17 8.68 59.8 -
YUV 76.68 201.55 143.92 -
System Red Green Blue C M Y K H S L
Decimal 99 40 207 0.52 0.81 0 0.19 261.2 0.68 0.48
Hex 63 28 CF 34 51 0 13 105 44 30
Octal 143 50 317 64 121 0 23 405 104 60
Binary 1100011 101000 11001111 110100 1010001 0 10011 100000101 1000100 110000

Color Harmonies of #6328CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6328CF

Black with #6328CF

Text Example


Text Example

White with #6328CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6328CF; }

 p { color: rgb(99,40,207); }

 H1.HeaderClassName
 {
   color: #6328CF;
 }
 .AnyTagClassName
 {
   color: #6328CF;
 }
</style>

background-color css

<style>
 a { background-color: #6328CF; }

 a { background-color: rgb(99,40,207); }

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

border-color css

<style>
 span { border-color: #6328CF; }

 span { border-color: rgb(99,40,207); }

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