Html Css Color HEX #6341CF Purple Heart

📋 copy color: '#6341CF'

red 99 ◦ green 65 ◦ blue 207

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

Shades of Purple Heart #6341CF

Tints of Purple Heart #6341CF

RGB

 RED value IS 99 (39.06% from 255) = 26.68%

 GREEN value IS 65 (25.78% from 255) = 17.52%

 BLUE value IS 207 (81.25% from 255) = 55.8%

R = 26.68%
G = 17.52%
B = 55.8%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6341CF (or 0x6341CF) is known color: Purple Heart. HEX triplet: 63, 41 and CF. RGB value is (99,65,207). Sum of RGB (Red+Green+Blue) = 99+65+207=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #6341CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6341CF is #9CBE30. Grayscale: #5A5A5A. Windows color (decimal): -10272305 or 13582691. OLE color: 13582691.

HSL color Cylindrical-coordinate representation of color #6341CF: hue angle of 254.37º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6341CF is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 65 207 -
CMYK 0.52 0.69 0 0.19
HSL 254.37º 0.6% 0.53% -
HSV(B) 254.37º 0.69% 0.81% -
XYZ 18.3 10.94 60.18 -
YUV 91.35 193.26 133.45 -
System Red Green Blue C M Y K H S L
Decimal 99 65 207 0.52 0.69 0 0.19 254.37 0.6 0.53
Hex 63 41 CF 34 45 0 13 FE 3C 35
Octal 143 101 317 64 105 0 23 376 74 65
Binary 1100011 1000001 11001111 110100 1000101 0 10011 11111110 111100 110101

Color Harmonies of #6341CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6341CF

Black with #6341CF

Text Example


Text Example

White with #6341CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6341CF; }

 p { color: rgb(99,65,207); }

 H1.HeaderClassName
 {
   color: #6341CF;
 }
 .AnyTagClassName
 {
   color: #6341CF;
 }
</style>

background-color css

<style>
 a { background-color: #6341CF; }

 a { background-color: rgb(99,65,207); }

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

border-color css

<style>
 span { border-color: #6341CF; }

 span { border-color: rgb(99,65,207); }

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