Html Css Color HEX #6240CC Purple Heart

📋 copy color: '#6240CC'

red 98 ◦ green 64 ◦ blue 204

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

Shades of Purple Heart #6240CC

Tints of Purple Heart #6240CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.74%

R = 26.78%
G = 17.49%
B = 55.74%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6240CC (or 0x6240CC) is known color: Purple Heart. HEX triplet: 62, 40 and CC. RGB value is (98,64,204). Sum of RGB (Red+Green+Blue) = 98+64+204=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #6240CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6240CC is #9DBF33. Grayscale: #595959. Windows color (decimal): -10338100 or 13385826. OLE color: 13385826.

HSL color Cylindrical-coordinate representation of color #6240CC: hue angle of 254.57º degrees, saturation: 0.58, 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 #6240CC is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 64 204 -
CMYK 0.52 0.69 0 0.2
HSL 254.57º 0.58% 0.53% -
HSV(B) 254.57º 0.69% 0.8% -
XYZ 17.77 10.62 58.24 -
YUV 90.13 192.26 133.62 -
System Red Green Blue C M Y K H S L
Decimal 98 64 204 0.52 0.69 0 0.2 254.57 0.58 0.53
Hex 62 40 CC 34 45 0 14 FF 3A 35
Octal 142 100 314 64 105 0 24 377 72 65
Binary 1100010 1000000 11001100 110100 1000101 0 10100 11111111 111010 110101

Color Harmonies of #6240CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6240CC

Black with #6240CC

Text Example


Text Example

White with #6240CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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