Html Css Color HEX #6334DF Purple Heart

📋 copy color: '#6334DF'

red 99 ◦ green 52 ◦ blue 223

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

Shades of Purple Heart #6334DF

Tints of Purple Heart #6334DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.63%

R = 26.47%
G = 13.9%
B = 59.63%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6334DF (or 0x6334DF) is known color: Purple Heart. HEX triplet: 63, 34 and DF. RGB value is (99,52,223). Sum of RGB (Red+Green+Blue) = 99+52+223=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #6334DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6334DF is #9CCB20. Grayscale: #545454. Windows color (decimal): -10275617 or 14627939. OLE color: 14627939.

HSL color Cylindrical-coordinate representation of color #6334DF: hue angle of 256.49º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6334DF is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 52 223 -
CMYK 0.56 0.77 0 0.13
HSL 256.49º 0.73% 0.54% -
HSV(B) 256.49º 0.77% 0.87% -
XYZ 19.69 10.44 70.79 -
YUV 85.55 205.57 137.6 -
System Red Green Blue C M Y K H S L
Decimal 99 52 223 0.56 0.77 0 0.13 256.49 0.73 0.54
Hex 63 34 DF 38 4D 0 D 100 49 36
Octal 143 64 337 70 115 0 15 400 111 66
Binary 1100011 110100 11011111 111000 1001101 0 1101 100000000 1001001 110110

Color Harmonies of #6334DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6334DF

Black with #6334DF

Text Example


Text Example

White with #6334DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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