Html Css Color HEX #6240CD Purple Heart

📋 copy color: '#6240CD'

red 98 ◦ green 64 ◦ blue 205

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

Shades of Purple Heart #6240CD

Tints of Purple Heart #6240CD

RGB

 RED value IS 98 (38.67% from 255) = 26.7%

 GREEN value IS 64 (25.39% from 255) = 17.44%

 BLUE value IS 205 (80.47% from 255) = 55.86%

R = 26.7%
G = 17.44%
B = 55.86%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6240CD (or 0x6240CD) is known color: Purple Heart. HEX triplet: 62, 40 and CD. RGB value is (98,64,205). Sum of RGB (Red+Green+Blue) = 98+64+205=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #6240CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6240CD is #9DBF32. Grayscale: #595959. Windows color (decimal): -10338099 or 13451362. OLE color: 13451362.

HSL color Cylindrical-coordinate representation of color #6240CD: hue angle of 254.47º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6240CD is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 64 205 -
CMYK 0.52 0.69 0 0.20
HSL 254.47º 0.59% 0.53% -
HSV(B) 254.47º 0.69% 0.8% -
XYZ 17.89 10.67 58.87 -
YUV 90.24 192.76 133.54 -
System Red Green Blue C M Y K H S L
Decimal 98 64 205 0.52 0.69 0 0.20 254.47 0.59 0.53
Hex 62 40 CD 34 45 0 14 FE 3B 35
Octal 142 100 315 64 105 0 24 376 73 65
Binary 1100010 1000000 11001101 110100 1000101 0 10100 11111110 111011 110101

Color Harmonies of #6240CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6240CD

Black with #6240CD

Text Example


Text Example

White with #6240CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6240CD; }

 p { color: rgb(98,64,205); }

 H1.HeaderClassName
 {
   color: #6240CD;
 }
 .AnyTagClassName
 {
   color: #6240CD;
 }
</style>

background-color css

<style>
 a { background-color: #6240CD; }

 a { background-color: rgb(98,64,205); }

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

border-color css

<style>
 span { border-color: #6240CD; }

 span { border-color: rgb(98,64,205); }

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