Html Css Color HEX #663BDF Purple Heart

📋 copy color: '#663BDF'

red 102 ◦ green 59 ◦ blue 223

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

Shades of Purple Heart #663BDF

Tints of Purple Heart #663BDF

RGB

 RED value IS 102 (40.23% from 255) = 26.56%

 GREEN value IS 59 (23.44% from 255) = 15.36%

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

R = 26.56%
G = 15.36%
B = 58.07%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#663BDF (or 0x663BDF) is known color: Purple Heart. HEX triplet: 66, 3B and DF. RGB value is (102,59,223). Sum of RGB (Red+Green+Blue) = 102+59+223=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #663BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663BDF is #99C420. Grayscale: #595959. Windows color (decimal): -10077217 or 14629734. OLE color: 14629734.

HSL color Cylindrical-coordinate representation of color #663BDF: hue angle of 255.73º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #663BDF is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 59 223 -
CMYK 0.54 0.74 0 0.13
HSL 255.73º 0.72% 0.55% -
HSV(B) 255.73º 0.74% 0.87% -
XYZ 20.36 11.28 70.92 -
YUV 90.55 202.75 136.16 -
System Red Green Blue C M Y K H S L
Decimal 102 59 223 0.54 0.74 0 0.13 255.73 0.72 0.55
Hex 66 3B DF 36 4A 0 D 100 48 37
Octal 146 73 337 66 112 0 15 400 110 67
Binary 1100110 111011 11011111 110110 1001010 0 1101 100000000 1001000 110111

Color Harmonies of #663BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663BDF

Black with #663BDF

Text Example


Text Example

White with #663BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663BDF; }

 p { color: rgb(102,59,223); }

 H1.HeaderClassName
 {
   color: #663BDF;
 }
 .AnyTagClassName
 {
   color: #663BDF;
 }
</style>

background-color css

<style>
 a { background-color: #663BDF; }

 a { background-color: rgb(102,59,223); }

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

border-color css

<style>
 span { border-color: #663BDF; }

 span { border-color: rgb(102,59,223); }

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