Html Css Color HEX #6503C2 Purple Heart

📋 copy color: '#6503C2'

red 101 ◦ green 3 ◦ blue 194

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

Shades of Purple Heart #6503C2

Tints of Purple Heart #6503C2

RGB

 RED value IS 101 (39.84% from 255) = 33.89%

 GREEN value IS 3 (1.56% from 255) = 1.01%

 BLUE value IS 194 (76.17% from 255) = 65.1%

R = 33.89%
G = 1.01%
B = 65.1%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6503C2 (or 0x6503C2) is known color: Purple Heart. HEX triplet: 65, 03 and C2. RGB value is (101,3,194). Sum of RGB (Red+Green+Blue) = 101+3+194=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 194 (76.17% from 255 or 65.10% from 298); Max value from RGB is 194 - color contains mainly: blue. Hex color #6503C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6503C2 is #9AFC3D. Grayscale: #353535. Windows color (decimal): -10157118 or 12714853. OLE color: 12714853.

HSL color Cylindrical-coordinate representation of color #6503C2: hue angle of 270.79º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6503C2 is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 101 3 194 -
CMYK 0.48 0.98 0 0.24
HSL 270.79º 0.97% 0.39% -
HSV(B) 270.79º 0.98% 0.76% -
XYZ 15.14 6.73 51.54 -
YUV 54.08 206.97 161.47 -
System Red Green Blue C M Y K H S L
Decimal 101 3 194 0.48 0.98 0 0.24 270.79 0.97 0.39
Hex 65 3 C2 30 62 0 18 10F 61 27
Octal 145 3 302 60 142 0 30 417 141 47
Binary 1100101 11 11000010 110000 1100010 0 11000 100001111 1100001 100111

Color Harmonies of #6503C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6503C2

Black with #6503C2

Text Example


Text Example

White with #6503C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6503C2; }

 p { color: rgb(101,3,194); }

 H1.HeaderClassName
 {
   color: #6503C2;
 }
 .AnyTagClassName
 {
   color: #6503C2;
 }
</style>

background-color css

<style>
 a { background-color: #6503C2; }

 a { background-color: rgb(101,3,194); }

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

border-color css

<style>
 span { border-color: #6503C2; }

 span { border-color: rgb(101,3,194); }

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