Html Css Color HEX #6334D9 Purple Heart

📋 copy color: '#6334D9'

red 99 ◦ green 52 ◦ blue 217

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

Shades of Purple Heart #6334D9

Tints of Purple Heart #6334D9

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.13%

 BLUE value IS 217 (85.16% from 255) = 58.97%

R = 26.9%
G = 14.13%
B = 58.97%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6334D9 (or 0x6334D9) is known color: Purple Heart. HEX triplet: 63, 34 and D9. RGB value is (99,52,217). Sum of RGB (Red+Green+Blue) = 99+52+217=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 217 (85.16% from 255 or 58.97% from 368); Max value from RGB is 217 - color contains mainly: blue. Hex color #6334D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6334D9 is #9CCB26. Grayscale: #545454. Windows color (decimal): -10275623 or 14234723. OLE color: 14234723.

HSL color Cylindrical-coordinate representation of color #6334D9: hue angle of 257.09º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6334D9 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 52 217 -
CMYK 0.54 0.76 0 0.15
HSL 257.09º 0.68% 0.53% -
HSV(B) 257.09º 0.76% 0.85% -
XYZ 18.9 10.12 66.6 -
YUV 84.86 202.57 138.08 -
System Red Green Blue C M Y K H S L
Decimal 99 52 217 0.54 0.76 0 0.15 257.09 0.68 0.53
Hex 63 34 D9 36 4C 0 F 101 44 35
Octal 143 64 331 66 114 0 17 401 104 65
Binary 1100011 110100 11011001 110110 1001100 0 1111 100000001 1000100 110101

Color Harmonies of #6334D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6334D9

Black with #6334D9

Text Example


Text Example

White with #6334D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6334D9; }

 p { color: rgb(99,52,217); }

 H1.HeaderClassName
 {
   color: #6334D9;
 }
 .AnyTagClassName
 {
   color: #6334D9;
 }
</style>

background-color css

<style>
 a { background-color: #6334D9; }

 a { background-color: rgb(99,52,217); }

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

border-color css

<style>
 span { border-color: #6334D9; }

 span { border-color: rgb(99,52,217); }

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