Html Css Color HEX #6518CA Purple Heart

📋 copy color: '#6518CA'

red 101 ◦ green 24 ◦ blue 202

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

Shades of Purple Heart #6518CA

Tints of Purple Heart #6518CA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.34%

 BLUE value IS 202 (79.3% from 255) = 61.77%

R = 30.89%
G = 7.34%
B = 61.77%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6518CA (or 0x6518CA) is known color: Purple Heart. HEX triplet: 65, 18 and CA. RGB value is (101,24,202). Sum of RGB (Red+Green+Blue) = 101+24+202=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #6518CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6518CA is #9AE735. Grayscale: #424242. Windows color (decimal): -10151734 or 13244517. OLE color: 13244517.

HSL color Cylindrical-coordinate representation of color #6518CA: hue angle of 265.96º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6518CA is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 24 202 -
CMYK 0.50 0.88 0 0.21
HSL 265.96º 0.79% 0.44% -
HSV(B) 265.96º 0.88% 0.79% -
XYZ 16.35 7.68 56.5 -
YUV 67.32 204.01 152.03 -
System Red Green Blue C M Y K H S L
Decimal 101 24 202 0.50 0.88 0 0.21 265.96 0.79 0.44
Hex 65 18 CA 32 58 0 15 10A 4F 2C
Octal 145 30 312 62 130 0 25 412 117 54
Binary 1100101 11000 11001010 110010 1011000 0 10101 100001010 1001111 101100

Color Harmonies of #6518CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6518CA

Black with #6518CA

Text Example


Text Example

White with #6518CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6518CA; }

 p { color: rgb(101,24,202); }

 H1.HeaderClassName
 {
   color: #6518CA;
 }
 .AnyTagClassName
 {
   color: #6518CA;
 }
</style>

background-color css

<style>
 a { background-color: #6518CA; }

 a { background-color: rgb(101,24,202); }

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

border-color css

<style>
 span { border-color: #6518CA; }

 span { border-color: rgb(101,24,202); }

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